|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener
org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractPointListener
public abstract class AbstractPointListener
| Constructor Summary | |
|---|---|
AbstractPointListener()
|
|
| Method Summary | |
|---|---|
void |
pointDoubleClick(PointEvent event)
Called when a double click is pressed on the associated MapControl. |
| Methods inherited from class org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener |
|---|
cancelDrawing, getImageCursor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.gvsig.fmap.mapcontrol.tools.Listeners.PointListener |
|---|
point |
| Methods inherited from interface org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener |
|---|
cancelDrawing, getImageCursor |
| Constructor Detail |
|---|
public AbstractPointListener()
| Method Detail |
|---|
public void pointDoubleClick(PointEvent event)
throws BehaviorException
PointListenerCalled when a double click is pressed on the associated MapControl.
pointDoubleClick in interface PointListenerevent - mouse event and the coordinates of the point selected on the associated MapControl
BehaviorException - will be thrown when fails the process of this tool
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||