Class NetAddListener
java.lang.Object
repast.simphony.visualization.editor.NetAddListener
- All Implemented Interfaces:
AddListener
Deprecated.
2D piccolo based code is being removed
Listener for adding to a network. This doesn't do
much as the network isn't spatial to begin with.
- Author:
- Nick Collier
-
Constructor Summary
ConstructorDescriptionNetAddListener
(org.piccolo2d.PCanvas canvas, DisplayEditor2D editor, Display2D display) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the PInputEvent handler that will handle the gui part of the adding.void
postAdd()
Deprecated.Called immediately after the agent has been added.boolean
Deprecated.Called immediately prior to an agent being added.
-
Constructor Details
-
NetAddListener
Deprecated.
-
-
Method Details
-
preAdd
Deprecated.Called immediately prior to an agent being added.- Specified by:
preAdd
in interfaceAddListener
- Parameters:
obj
-location
- the location at which the agent should be added. @return true if an object can be added to the specified location, otherwise false.
-
postAdd
public void postAdd()Deprecated.Called immediately after the agent has been added.- Specified by:
postAdd
in interfaceAddListener
-
getAddHandler
Deprecated.Gets the PInputEvent handler that will handle the gui part of the adding.- Specified by:
getAddHandler
in interfaceAddListener
- Returns:
- the PInputEvent handler that will handle the gui part of the adding.
-