public interface Preprocessor extends Processor
Processor.start()
,
Processor.close()
Modifier and Type | Interface and Description |
---|---|
static interface |
Preprocessor.Processor<T extends Event>
The real preprocessor of typed events.
|
Event process(Event event) throws FsmException
process
in interface Processor
event
- the input event, a newly generated event or NullEvent to
ignore the eventFsmException
- if something failsNullEvent
Copyright 2012-2013 Michal Turek, AnotherFSM.