Package org.ships.event.vessel
Class VesselStructureUpdate
java.lang.Object
org.ships.event.vessel.VesselStructureUpdate
- All Implemented Interfaces:
org.core.event.CustomEvent
,org.core.event.Event
,org.core.event.events.Cancellable
,ShipsEvent
,VesselEvent
public class VesselStructureUpdate
extends Object
implements VesselEvent, org.core.event.events.Cancellable
-
Constructor Summary
ConstructorsConstructorDescriptionVesselStructureUpdate
(PositionableShipsStructure newStructure, Vessel vessel) -
Method Summary
-
Constructor Details
-
VesselStructureUpdate
-
-
Method Details
-
getNewStructure
-
getOldStructure
-
getVessel
- Specified by:
getVessel
in interfaceVesselEvent
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelled
in interfaceorg.core.event.events.Cancellable
-
setCancelled
public void setCancelled(boolean value) - Specified by:
setCancelled
in interfaceorg.core.event.events.Cancellable
-