talx x1.0.5

talx.events
Class ControllerChangeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bytalx.events.TALEvent
          extended bytalx.events.ControllerChangeEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ChangeFinishedEvent

public class ControllerChangeEvent
extends TALEvent

Signals a change in the GUI mandated by the controller.

See Also:
Serialized Form

Field Summary
protected  GUIState state
          The state of the GUI.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ControllerChangeEvent(java.lang.Object source, GUIState s)
           
 
Method Summary
 GUIState getGUIState()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

state

protected GUIState state
The state of the GUI.

Constructor Detail

ControllerChangeEvent

public ControllerChangeEvent(java.lang.Object source,
                             GUIState s)
Method Detail

getGUIState

public GUIState getGUIState()

talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.