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 SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class megamek.common.net.events.AbstractConnectionEventgetConnection, getType, toStringMethods inherited from class java.util.EventObjectgetSource
- 
Constructor Details- 
ConnectedEventConstructs a connected connection event- Parameters:
- source- The object on which the Event initially occurred.
 
 
-