Class StateMachine.SimpleStateListener

java.lang.Object
org.biojava.bio.program.tagvalue.StateMachine.SimpleStateListener
All Implemented Interfaces:
TagValueListener
Enclosing class:
StateMachine

a basic listener for a State. It forwards all events to the delegate for the StateMachine. Extend to implement listeners for specific states.