Package repast.simphony.visualization
Interface DisplayEditorLifecycle
- All Known Subinterfaces:
- DisplayEditor
- All Known Implementing Classes:
- DisplayEditor2D,- DisplayEditor3D,- DisplayEditorGIS
public interface DisplayEditorLifecycle
Deprecated.
2D piccolo based code is being removed
Interface for classes that manage a display editor's lifecycle.
- Author:
- Nick Collier
- 
Method Summary
- 
Method Details- 
runvoid run()Deprecated.Runs the editor.
- 
stopvoid stop()Deprecated.Stops the Editor and performs any clean up.
 
-