Class ShipSelectionEvent
- java.lang.Object
-
- de.extio.spacecraft.shared.model.client.event.Event
-
- de.extio.spacecraft.shared.model.client.event.ShipSelectionEvent
-
public final class ShipSelectionEvent extends Event
Event fired after a ship has been selected in ShipSelectionModule
-
-
Constructor Summary
Constructors Constructor Description ShipSelectionEvent(StorageItemDescriptor storageItemDescriptor, ShipSelectionModuleSettings.ShipSelectionModuleMode shipSelectionModuleMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShipSelectionModuleSettings.ShipSelectionModuleMode
getShipSelectionModuleMode()
StorageItemDescriptor
getStorageItemDescriptor()
-
Methods inherited from class de.extio.spacecraft.shared.model.client.event.Event
getFrameCur, getFrameTTL, isExlusive, isInGroup, isPriority, setFrameCur
-
-
-
-
Constructor Detail
-
ShipSelectionEvent
public ShipSelectionEvent(StorageItemDescriptor storageItemDescriptor, ShipSelectionModuleSettings.ShipSelectionModuleMode shipSelectionModuleMode)
-
-
Method Detail
-
getStorageItemDescriptor
public StorageItemDescriptor getStorageItemDescriptor()
-
getShipSelectionModuleMode
public ShipSelectionModuleSettings.ShipSelectionModuleMode getShipSelectionModuleMode()
-
-