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 Summary
Constructors Constructor Description CommunicationEvent(Object source)
Constructs a prototypical Event.
-
-
-
Constructor Detail
-
CommunicationEvent
public CommunicationEvent(Object source)
Constructs a prototypical Event.- Parameters:
source
- The object on which the Event initially occurred.- Throws:
IllegalArgumentException
- if source is null.
-
-