Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.zazof.jteg.StateListener

Uses of StateListener in org.zazof.jteg
 

Methods in org.zazof.jteg with parameters of type StateListener
 void JTEGStateMachine.subscribe(StateListener newListener)
          Adds a listener to the listenerlist.
 void JTEGStateMachine.unsubscribe(StateListener listenerToBeRemoved)
          Removes a listener from the listenerlist.