Package adams.event
Class RatStateEvent
- java.lang.Object
-
- java.util.EventObject
-
- adams.event.RatStateEvent
-
- All Implemented Interfaces:
Serializable
public class RatStateEvent extends EventObject
Gets sent if a rat state changes.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Rat
m_Rat
the Rat that has changed.-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description RatStateEvent(Object source, Rat rat)
Initializes event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rat
getRat()
Returns the rat that changed.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-