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 Details

  • Method Details

    • getNewStructure

      public PositionableShipsStructure getNewStructure()
    • getOldStructure

      public PositionableShipsStructure getOldStructure()
    • getVessel

      public Vessel getVessel()
      Specified by:
      getVessel in interface VesselEvent
    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface org.core.event.events.Cancellable
    • setCancelled

      public void setCancelled(boolean value)
      Specified by:
      setCancelled in interface org.core.event.events.Cancellable