java.lang.Objectjava.util.EventObject
jus.util.TimerEvent
public class TimerEvent
Field Summary | |
---|---|
long |
delay
|
int |
initialCounter
|
Constructor Summary | |
---|---|
TimerEvent(java.lang.Object source,
int initialCounter,
long delay)
Creates a new instance of TimerEvent |
Method Summary |
---|
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int initialCounter
public long delay
Constructor Detail |
---|
public TimerEvent(java.lang.Object source, int initialCounter, long delay)