com.bankframe.fe.statemachine.ext.connectors.swing
Interface StateMachineEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
StateMachineEventDispatcher, ThreadedStateMachineEventDispatcher

public interface StateMachineEventListener
extends EventListener


Method Summary
 void handleStatemachineEvent(StateMachineEvent evt)
           
 

Method Detail

handleStatemachineEvent

void handleStatemachineEvent(StateMachineEvent evt)
                             throws StateMachineException
Throws:
StateMachineException


Copyright © 2005, 2007, Oracle. All rights reserved.