public class FSMHarnessImpl<T,CT> extends Object implements FSMHarness
Constructor and Description |
---|
FSMHarnessImpl(StatefulFSM<T> fsm,
Class<T> clazz,
Factory<T,CT> factory,
Finder<T,CT> finder) |
public Object onEvent(String event, Object id, Object[] parms) throws TooBusyException
onEvent
in interface FSMHarness
TooBusyException
public Object onEvent(String event, Object[] parms) throws TooBusyException
onEvent
in interface FSMHarness
TooBusyException
Copyright © 2016. All rights reserved.