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