Package org.rspeer.game.event
Class CommunicationEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- org.rspeer.event.Event<Object>
- 
- org.rspeer.game.event.CommunicationEvent
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class CommunicationEvent extends Event<Object> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CommunicationEvent(Object source)Constructs a prototypical Event.
 
- 
- 
- 
Constructor Detail- 
CommunicationEventpublic CommunicationEvent(Object source) Constructs a prototypical Event.- Parameters:
- source- The object on which the Event initially occurred.
- Throws:
- IllegalArgumentException- if source is null.
 
 
- 
 
-