Package megamek.common.net.events
Class ConnectedEvent
java.lang.Object
java.util.EventObject
megamek.common.net.events.AbstractConnectionEvent
megamek.common.net.events.ConnectedEvent
- All Implemented Interfaces:
Serializable
Instances of this class are sent when Connection established
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class megamek.common.net.events.AbstractConnectionEvent
getConnection, getType, toString
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
ConnectedEvent
Constructs a connected connection event- Parameters:
source
- The object on which the Event initially occurred.
-