org.apache.mina.statemachine.event
Interface EventArgumentsInterceptor


public interface EventArgumentsInterceptor

Intercepts the Event arguments before the Event is passed to the StateMachine and allows for the arguments to be modified. This is for advanced uses only.

Version:
$Rev: 586695 $, $Date: 2007-10-20 12:01:17 +0200 (sam, 20 oct 2007) $
Author:
The Apache MINA Project (dev@mina.apache.org)

Method Summary
 Object[] modify(Object[] arguments)
          Modifies the specified array of event arguments.
 

Method Detail

modify

Object[] modify(Object[] arguments)
Modifies the specified array of event arguments.

Parameters:
arguments - the original arguments.
Returns:
the new arguments. Should return the original array if no modification is needed.


Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.