Package org.rspeer.game.event
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProxyConnectEvent(Proxy source)
Constructs a prototypical Event.
-
-
-
Constructor Detail
-
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.
-
-