Class NetAddListener

java.lang.Object
repast.simphony.visualization.editor.NetAddListener
All Implemented Interfaces:
AddListener

public class NetAddListener extends Object implements 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 Details

    • NetAddListener

      public NetAddListener(org.piccolo2d.PCanvas canvas, DisplayEditor2D editor, Display2D display)
      Deprecated.
  • Method Details

    • preAdd

      public boolean preAdd(Object obj, double... location)
      Deprecated.
      Called immediately prior to an agent being added.
      Specified by:
      preAdd in interface AddListener
      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 interface AddListener
    • getAddHandler

      public PEditorEventListener getAddHandler()
      Deprecated.
      Gets the PInputEvent handler that will handle the gui part of the adding.
      Specified by:
      getAddHandler in interface AddListener
      Returns:
      the PInputEvent handler that will handle the gui part of the adding.