Class ProxyConnectEvent

java.lang.Object
java.util.EventObject
org.rspeer.event.Event<Proxy>
org.rspeer.game.event.ProxyConnectEvent
All Implemented Interfaces:
Serializable

public class ProxyConnectEvent extends Event<Proxy>
See Also:
  • Constructor Details

    • ProxyConnectEvent

      public ProxyConnectEvent(Proxy source)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.