events
Class Event

java.lang.Object
  extended by java.util.EventObject
      extended by events.Event
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JeVerliestEvent, PictureEvent, ReceiveChatEvent, SendChatEvent

public class Event
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 java.lang.String info
           
 long timestamp
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
Event(java.lang.Object source)
           
 
Method Summary
 
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

info

public java.lang.String info

timestamp

public long timestamp
Constructor Detail

Event

public Event(java.lang.Object source)