Class NewsUpdateTimer
- java.lang.Object
-
- javax.swing.Timer
-
- com.openindex.openestate.tool.news.NewsUpdateTimer
-
- All Implemented Interfaces:
Serializable
public class NewsUpdateTimer extends Timer
NewsUpdateTimer.- Author:
- Andreas Rudolph
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.Timer
listenerList
-
-
Constructor Summary
Constructors Constructor Description NewsUpdateTimer(AbstractDbDriver dbDriver, DbNewsHandler newsHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
start()
void
stop()
void
timingOccured()
-
Methods inherited from class javax.swing.Timer
addActionListener, fireActionPerformed, getActionCommand, getActionListeners, getDelay, getInitialDelay, getListeners, getLogTimers, isCoalesce, isRepeats, isRunning, removeActionListener, restart, setActionCommand, setCoalesce, setDelay, setInitialDelay, setLogTimers, setRepeats
-
-
-
-
Constructor Detail
-
NewsUpdateTimer
public NewsUpdateTimer(AbstractDbDriver dbDriver, DbNewsHandler newsHandler)
-
-