| java.lang.Object org.columba.mail.gui.message.viewer.MarkAsReadTimer
MarkAsReadTimer | public class MarkAsReadTimer implements Observer(Code) | | Title:
Description: The MarkAsReadTimer marks a Message as read after a user defined
time. This class self implements a actionListener. The class as a ActionListener is
added to his own timer as ActionListener. So if the timer is started an then finished
the timer calls the actionPerfomred Method of this class to do the marking thinks.
Copyright: Copyright (c) 2001
Company:
author: fdietz, waffel version: 1.0 |
Constructor Summary | |
protected | MarkAsReadTimer() Creates a new MarkAsReadTimer. |
MarkAsReadTimer | protected MarkAsReadTimer()(Code) | | Creates a new MarkAsReadTimer. This should be only onced in a Session. The contructor
fetched the time delay that the user configured.
|
start | public void start(IMessageController controller, IMailFolderCommandReference reference)(Code) | | Restarts the timer. The given message is used later in the actionPerfomed mathod.
This method is for example used by the ViewMessageCommand to restart the timer if a
message is shown
|
|
|