|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ReplyTimer
Field Summary | |
private boolean |
timeout
|
private javax.swing.Timer |
timer
|
private static int |
WAIT_LIMIT
|
Constructor Summary | |
ReplyTimer()
Default constructor. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent event)
Timer event listener. |
void |
start()
Start the timer. |
void |
stop()
Stop the timer. |
boolean |
timeout()
Return the value of timeout. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private boolean timeout
private javax.swing.Timer timer
private static final int WAIT_LIMIT
Constructor Detail |
public ReplyTimer()
Method Detail |
public void start()
public void stop()
public boolean timeout()
public void actionPerformed(java.awt.event.ActionEvent event)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |