Package org.ships.event.vessel.create
Class VesselCreateEvent.Pre
java.lang.Object
org.ships.event.vessel.create.VesselCreateEvent
org.ships.event.vessel.create.VesselCreateEvent.Pre
- All Implemented Interfaces:
org.core.event.CustomEvent,org.core.event.Event,org.core.event.events.Cancellable,ShipsEvent,VesselEvent
- Direct Known Subclasses:
VesselCreateEvent.Pre.BySign
- Enclosing class:
- VesselCreateEvent
public abstract static class VesselCreateEvent.Pre
extends VesselCreateEvent
implements org.core.event.events.Cancellable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.ships.event.vessel.create.VesselCreateEvent
VesselCreateEvent.Post, VesselCreateEvent.Pre -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ships.event.vessel.create.VesselCreateEvent
getVessel
-
Constructor Details
-
Pre
-
-
Method Details
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelledin interfaceorg.core.event.events.Cancellable
-
setCancelled
public void setCancelled(boolean value) - Specified by:
setCancelledin interfaceorg.core.event.events.Cancellable
-