org.mars_sim.msp.core
Class UnitManagerEvent
java.lang.Object
java.util.EventObject
org.mars_sim.msp.core.UnitManagerEvent
- All Implemented Interfaces:
- Serializable
public class UnitManagerEvent
- extends EventObject
- See Also:
- Serialized Form
ADD_UNIT
public static final String ADD_UNIT
- See Also:
- Constant Field Values
REMOVE_UNIT
public static final String REMOVE_UNIT
- See Also:
- Constant Field Values
getEventType
public String getEventType()
- Gets the event type.
- Returns:
- type string.
getUnit
public Unit getUnit()
- Gets the unit target of this event.
- Returns:
- unit
Copyright © 2009-2013. All Rights Reserved.