org.simulare
Class ClockEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.simulare.ClockEvent
All Implemented Interfaces:
java.io.Serializable

public class ClockEvent
extends java.util.EventObject

The event on clock notifications.

See Also:
Serialized Form

Field Summary
 long counter
          The clock counter.
 boolean stoped
          Indicate that the event was generated after clock has stoped.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ClockEvent(java.lang.Object source)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

counter

public long counter
The clock counter.


stoped

public boolean stoped
Indicate that the event was generated after clock has stoped.

Constructor Detail

ClockEvent

public ClockEvent(java.lang.Object source)