|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PolylineEndLineHandler
Provides an interface to implement in order to receive MapEvent.ENDLINE events
from the Polyline
.
Nested Class Summary | |
---|---|
static class |
PolylineEndLineHandler.PolylineEndLineEvent
Encapsulates the arguments for the MapEvent.ENDLINE event on a Polyline . |
Method Summary | |
---|---|
void |
onEnd(PolylineEndLineHandler.PolylineEndLineEvent event)
Method to be invoked when a MapEvent.ENDLINE event fires on a Polyline . |
Method Detail |
---|
void onEnd(PolylineEndLineHandler.PolylineEndLineEvent 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 |