|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapSocketListener.RouteState | |
---|---|
triptracker.client.map.ui | |
triptracker.client.net |
Uses of MapSocketListener.RouteState in triptracker.client.map.ui |
---|
Methods in triptracker.client.map.ui with parameters of type MapSocketListener.RouteState | |
---|---|
void |
MapViewPanel.routeUpdate(int routeId,
MapSocketListener.RouteState state)
|
Uses of MapSocketListener.RouteState in triptracker.client.net |
---|
Methods in triptracker.client.net that return MapSocketListener.RouteState | |
---|---|
static MapSocketListener.RouteState |
MapSocketListener.RouteState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MapSocketListener.RouteState[] |
MapSocketListener.RouteState.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in triptracker.client.net with parameters of type MapSocketListener.RouteState | |
---|---|
void |
MapSocketAdapter.routeUpdate(int routeId,
MapSocketListener.RouteState state)
Invoked when the state of a route is changed. |
void |
MapSocketListener.routeUpdate(int routeId,
MapSocketListener.RouteState state)
Invoked when the state of a route is changed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |