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:
  • Constructor Details

    • 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.