public static interface WaypointItem.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
onRemoveClicked(WaypointEntry entry)
Called when the item was removed from the list by the user.
|
void onRemoveClicked(WaypointEntry entry)
entry - the WaypointEntry that was removed.