Package adams.event
Interface RatStateListener
-
- All Known Implementing Classes:
RatControl
public interface RatStateListener
Interface for classes that listen to Rat state changes.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ratStateChanged(RatStateEvent e)
Gets called in case the state of a Rat actor changes.
-
-
-
Method Detail
-
ratStateChanged
void ratStateChanged(RatStateEvent e)
Gets called in case the state of a Rat actor changes.- Parameters:
e
- the event
-
-