public interface EventArgumentsInterceptor
Event arguments before the Event is passed
to the StateMachine and allows for the arguments to be modified.
This is for advanced uses only.| Modifier and Type | Method and Description |
|---|---|
Object[] |
modify(Object[] arguments)
Modifies the specified array of event arguments.
|
Copyright © 2004–2017 Apache MINA Project. All rights reserved.