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