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 FSMHarnessTooBusyExceptionpublic Object onEvent(String event, Object[] parms) throws TooBusyException
onEvent in interface FSMHarnessTooBusyExceptionCopyright © 2016. All rights reserved.