|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapMouseListener
Interface for classes that listen to MapMouseEvents
Method Summary | |
---|---|
void |
onMouseClicked(MapMouseEvent ev)
Respond to a mouse click event received from the map pane |
void |
onMouseDragged(MapMouseEvent ev)
Respond to a mouse dragged event received from the map pane |
void |
onMouseEntered(MapMouseEvent ev)
Respond to a mouse entered event received from the map pane |
void |
onMouseExited(MapMouseEvent ev)
Respond to a mouse exited event received from the map pane |
void |
onMouseMoved(MapMouseEvent ev)
Respond to a mouse movement event received from the map pane |
void |
onMousePressed(MapMouseEvent ev)
Respond to a mouse button press event received from the map pane |
void |
onMouseReleased(MapMouseEvent ev)
Respond to a mouse button release event received from the map pane |
void |
onMouseWheelMoved(MapMouseEvent ev)
Respond to a mouse wheel scroll event received from the map pane |
Method Detail |
---|
void onMouseClicked(MapMouseEvent ev)
ev
- the mouse eventvoid onMouseDragged(MapMouseEvent ev)
ev
- the mouse eventvoid onMouseEntered(MapMouseEvent ev)
ev
- the mouse eventvoid onMouseExited(MapMouseEvent ev)
ev
- the mouse eventvoid onMouseMoved(MapMouseEvent ev)
ev
- the mouse eventvoid onMousePressed(MapMouseEvent ev)
ev
- the mouse eventvoid onMouseReleased(MapMouseEvent ev)
ev
- the mouse eventvoid onMouseWheelMoved(MapMouseEvent ev)
ev
- the mouse event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |