Uses of Interface
adams.event.RatStateListener
-
Packages that use RatStateListener Package Description adams.flow.standalone -
-
Uses of RatStateListener in adams.flow.standalone
Classes in adams.flow.standalone that implement RatStateListener Modifier and Type Class Description class
RatControl
Control actor for Rats/Rat actors.Fields in adams.flow.standalone with type parameters of type RatStateListener Modifier and Type Field Description protected Set<RatStateListener>
Rat. m_StateListeners
the state listeners.Methods in adams.flow.standalone with parameters of type RatStateListener Modifier and Type Method Description void
Rat. addRatStateListener(RatStateListener l)
Adds the state listener.void
Rat. removeRatStateListener(RatStateListener l)
Removes the state listener.
-