|
Interface Summary |
| DisplayableBroker |
|
| Initializable |
Implementations of this interfaces will want to do initial set up before game
start. |
| Recyclable |
Implementations of this interface will want to recycle their states with a call to recycle(). |
| TimeslotCompleteActivation |
Should be implemented by spring's singletons that need activation upon timeslot completion. |
| TimeslotModelUpdate |
For objects that need to (per timeslot) update their states. |
| VisualBroker |
Represents abstract broker model for Visualizer. |