Class EditorEvent

java.lang.Object
repast.simphony.visualization.editor.EditorEvent

public class EditorEvent extends Object
Deprecated.
2D piccolo based code is being removed
Encapsulates an editor event, adding and removing an agent for example.
Author:
Nick Collier
  • Constructor Details

    • EditorEvent

      public EditorEvent(Object source, Object subject)
      Deprecated.
      Creates an EditorEvent from the specified source and subject.
      Parameters:
      source - the source of the event (e.g. a DisplayEditor2D)
      subject - the subject of the event (e.g. an agent that has been added)
  • Method Details

    • getSource

      public Object getSource()
      Deprecated.
    • getSubject

      public Object getSubject()
      Deprecated.