Class EditorEvent
java.lang.Object
repast.simphony.visualization.editor.EditorEvent
Deprecated.
2D piccolo based code is being removed
Encapsulates an editor event, adding and removing an agent for example.
- Author:
- Nick Collier
-
Constructor Summary
ConstructorDescriptionEditorEvent
(Object source, Object subject) Deprecated.Creates an EditorEvent from the specified source and subject. -
Method Summary
-
Constructor Details
-
EditorEvent
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
Deprecated. -
getSubject
Deprecated.
-