|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MarkerRemoveHandler
Provides an interface to implement in order to receive MapEvent.REMOVE events
from the Marker
.
Nested Class Summary | |
---|---|
static class |
MarkerRemoveHandler.MarkerRemoveEvent
Encapsulates the arguments for the MapEvent.REMOVE event on a Marker . |
Method Summary | |
---|---|
void |
onRemove(MarkerRemoveHandler.MarkerRemoveEvent event)
Method to be invoked when a MapEvent.REMOVE event fires on a Marker . |
Method Detail |
---|
void onRemove(MarkerRemoveHandler.MarkerRemoveEvent event)
Marker
.
event
- contains the properties of the event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |