public class WaypointGroupEvent extends JourneyMapEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
WaypointGroupEvent.Context |
timestamp| Constructor and Description |
|---|
WaypointGroupEvent(WaypointGroup group,
WaypointGroupEvent.Context context) |
WaypointGroupEvent(WaypointGroup group,
WaypointGroupEvent.Context context,
boolean deleteWaypoints) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteWaypoints()
If the delete group event is also deleting all the waypoints in the group
|
WaypointGroupEvent.Context |
getContext()
The event context.
|
WaypointGroup |
getGroup()
Gets the waypoint group that the event is handling.
|
cancel, isCancellable, isCancelledpublic WaypointGroupEvent(WaypointGroup group, WaypointGroupEvent.Context context)
public WaypointGroupEvent(WaypointGroup group, WaypointGroupEvent.Context context, boolean deleteWaypoints)
public boolean deleteWaypoints()
public WaypointGroup getGroup()
public WaypointGroupEvent.Context getContext()