Class GISAddHandler
java.lang.Object
org.piccolo2d.event.PBasicInputEventHandler
repast.simphony.visualization.editor.gis.GISAddHandler
- All Implemented Interfaces:
EventListener
,org.piccolo2d.event.PInputEventListener
,PEditorEventListener
public class GISAddHandler
extends org.piccolo2d.event.PBasicInputEventHandler
implements PEditorEventListener
Deprecated.
2D piccolo based code is being removed
- Author:
- Nick Collier Date: Feb 26, 2008 11:17:47 AM
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
Deprecated.Cleans up anything created by this listener in init.void
init()
Deprecated.Initializes this listener.void
start()
Deprecated.Starts the listener.void
start
(GeometryUtil.GeometryType geomType) Deprecated.void
stop()
Deprecated.Stops the listener.Methods inherited from class org.piccolo2d.event.PBasicInputEventHandler
acceptsEvent, getEventFilter, keyboardFocusGained, keyboardFocusLost, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelRotated, mouseWheelRotatedByBlock, processEvent, setEventFilter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.piccolo2d.event.PInputEventListener
processEvent
-
Constructor Details
-
GISAddHandler
Deprecated.
-
-
Method Details
-
destroy
public void destroy()Deprecated.Description copied from interface:PEditorEventListener
Cleans up anything created by this listener in init. This happens only once whereas start / stop may occur multiple times.- Specified by:
destroy
in interfacePEditorEventListener
-
init
public void init()Deprecated.Description copied from interface:PEditorEventListener
Initializes this listener. This happens only once whereas start / stop may occur multiple times.- Specified by:
init
in interfacePEditorEventListener
-
start
public void start()Deprecated.Description copied from interface:PEditorEventListener
Starts the listener. At the very least this should add the listener to whatever PNode it is listening on.- Specified by:
start
in interfacePEditorEventListener
-
start
Deprecated. -
stop
public void stop()Deprecated.Description copied from interface:PEditorEventListener
Stops the listener. At the very least this should remove the listener to whatever PNode it is listening on.- Specified by:
stop
in interfacePEditorEventListener
-