Interface EventArgumentsInterceptor
-
public interface EventArgumentsInterceptorIntercepts theEventarguments before theEventis passed to theStateMachineand allows for the arguments to be modified. This is for advanced uses only.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object[]modify(java.lang.Object[] arguments)Modifies the specified array of event arguments.
-