Package journeymap.api.v2.client.event
Class WaypointEvent
java.lang.Object
journeymap.api.v2.common.event.impl.JourneyMapEvent
journeymap.api.v2.client.event.ClientEvent
journeymap.api.v2.client.event.WaypointEvent
Deprecated, for removal: This API element is subject to removal in a future version.
This event handles all the CRUD operations of a waypoints.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal WaypointEvent.ContextDeprecated, for removal: This API element is subject to removal in a future version.final WaypointDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class journeymap.api.v2.client.event.ClientEvent
dimensionFields inherited from class journeymap.api.v2.common.event.impl.JourneyMapEvent
timestamp -
Constructor Summary
ConstructorsConstructorDescriptionWaypointEvent(Waypoint waypoint, WaypointEvent.Context context) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.The event context.Deprecated, for removal: This API element is subject to removal in a future version.Gets the waypoint that the event is handling.Methods inherited from class journeymap.api.v2.common.event.impl.JourneyMapEvent
cancel, isCancellable, isCancelled
-
Field Details
-
waypoint
Deprecated, for removal: This API element is subject to removal in a future version. -
context
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
WaypointEvent
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getWaypoint
Deprecated, for removal: This API element is subject to removal in a future version.Gets the waypoint that the event is handling.- Returns:
- - The waypoint.
-
getContext
Deprecated, for removal: This API element is subject to removal in a future version.The event context.- Returns:
- - The context.
-
WaypointEventSwitch your registration to useCommonEventRegistry.WAYPOINT_EVENT