Class GlobalWaypointGroupEvent
java.lang.Object
journeymap.api.v2.common.event.impl.JourneyMapEvent
journeymap.api.v2.common.event.impl.CommonEvent
journeymap.api.v2.server.event.server.GlobalWaypointGroupEvent
Fired on the server for global waypoint group CRUD operations.
CREATE and UPDATE are cancellable; DELETED is not.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class journeymap.api.v2.common.event.impl.CommonEvent
CommonEvent.Side -
Field Summary
FieldsFields inherited from class journeymap.api.v2.common.event.impl.JourneyMapEvent
timestamp -
Constructor Summary
ConstructorsConstructorDescriptionGlobalWaypointGroupEvent(WaypointGroup group, GlobalWaypointGroupEvent.Context context) -
Method Summary
Methods inherited from class journeymap.api.v2.common.event.impl.CommonEvent
getSideMethods inherited from class journeymap.api.v2.common.event.impl.JourneyMapEvent
cancel, isCancellable, isCancelled
-
Field Details
-
group
-
context
-
-
Constructor Details
-
GlobalWaypointGroupEvent
-