Package repast.simphony.ws
Interface ServerDisplayCreator
- All Known Implementing Classes:
- ServerDisplayCreatorGIS
public interface ServerDisplayCreator
Interface for classes that can create a display.
- Author:
- Nick Collier
- 
Method Summary
- 
Method Details- 
createDisplayCreates an DisplayServer.- Returns:
- the created display
- Throws:
- DisplayCreationException- if there is an error while creating the display.
 
 
-