agentland.device.intelliCD
Class IntelliCDEvent

java.lang.Object
  |
  +--agentland.device.intelliCD.IntelliCDEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CollectionChangeEvent, ReactionEvent, SongChangeEvent, SongListChangeEvent, TimerEvent

public class IntelliCDEvent
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
IntelliCDEvent()
           
IntelliCDEvent(String text)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntelliCDEvent

public IntelliCDEvent()

IntelliCDEvent

public IntelliCDEvent(String text)
Method Detail

toString

public String toString()
Overrides:
toString in class Object