public class LaserBasketDisplayTool extends ButtonTool implements MapEventDispatcher.MapEventDispatchListener, android.view.View.OnLongClickListener
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TOOL_NAME |
_button, _imageButton
_identifier, _mapListenerCount
Constructor and Description |
---|
LaserBasketDisplayTool(MapView mapView,
android.widget.ImageButton button) |
Modifier and Type | Method and Description |
---|---|
boolean |
onLongClick(android.view.View view) |
void |
onMapEvent(MapEvent event) |
boolean |
onToolBegin(android.os.Bundle extras)
Called when this tool has been asked to start (and after the last tool has cleaned up)
|
void |
onToolEnd()
Called when this tool has been asked to end, either directly or by the user selecting a new
tool or possibly a new toolbar.
|
dispose, initButton, onButtonClicked, setActive
clearExtraListeners, endTool, findPoint, getActive, getIdentifier, onKey, popAllMapListeners, popMapListeners, pushMapListeners, requestBeginTool, requestEndTool, shouldEndOnBack
public static final java.lang.String TOOL_NAME
public LaserBasketDisplayTool(MapView mapView, android.widget.ImageButton button)
public boolean onLongClick(android.view.View view)
onLongClick
in interface android.view.View.OnLongClickListener
public boolean onToolBegin(android.os.Bundle extras)
Tool
onToolBegin
in class ButtonTool
extras
- extra params that were passed by the GUIpublic void onToolEnd()
Tool
public void onMapEvent(MapEvent event)
onMapEvent
in interface MapEventDispatcher.MapEventDispatchListener