org.vizzini.ui.game.simulation
Interface ISimEnvironmentUI

All Superinterfaces:
IEnvironmentUI, IListener, IScoreListener, IStateListener
All Known Implementing Classes:
AbstractSimEnvironmentUISwing, DefaultSimEnvironmentUISwing, EnvironmentUISwing

public interface ISimEnvironmentUI
extends IEnvironmentUI

Defines methods required by a simulation environment user interface.

Since:
v0.3
Version:
v0.3
Author:
Jeffrey M. Thompson

Method Summary
 IViewerSwing getObjectViewer()
           
 String getSimDateString()
          Return the sim date time as a formatted string.
 
Methods inherited from interface org.vizzini.ui.game.IEnvironmentUI
assignAgentListeners, configure, getEnvironment, isAudioOn, removeAgentListeners, reset, setAudioOn, setEnvironment
 
Methods inherited from interface org.vizzini.game.event.IStateListener
stateChange
 
Methods inherited from interface org.vizzini.game.event.IScoreListener
scoreChange
 

Method Detail

getObjectViewer

IViewerSwing getObjectViewer()
Returns:
Return viewer.
Since:
v0.3

getSimDateString

String getSimDateString()
Return the sim date time as a formatted string.

Since:
v0.3


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02