morey.spore
Interface ControlListener

All Known Implementing Classes:
StandAlone

public interface ControlListener
extends java.util.EventListener

a listener for Controls

Here is a link to the source code

See Also:
SimpleListener

Field Summary
static int RESET
           
static int RUNNING
           
static int STOPPED
           
 
Method Summary
 void updateActions(java.lang.String action)
           
 void updateProgram(java.lang.String content)
           
 void updateState(int state)
           
 

Field Detail

RUNNING

public static final int RUNNING

STOPPED

public static final int STOPPED

RESET

public static final int RESET
Method Detail

updateProgram

public void updateProgram(java.lang.String content)

updateActions

public void updateActions(java.lang.String action)

updateState

public void updateState(int state)