public abstract class Event extends Object implements Message
This class, and subclasses, is an immutable but serializable.
long
timestamp
Event(long timestamp)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
public final long timestamp
System.currentTimeMillis()
public Event(long timestamp)