org.apache.bsf.util
Class BSFEventProcessorReturningEventInfos
java.lang.Object
org.apache.bsf.util.BSFEventProcessorReturningEventInfos
- All Implemented Interfaces:
- EventProcessor
public class BSFEventProcessorReturningEventInfos
- extends Object
- implements EventProcessor
This is used to support binding scripts to be run when an event occurs,
forwarding the arguments supplied to the event listener. It is an adapted
version of org.apache.bsf.util.BSFEventProcessor.
- Author:
- Rony G. Flatscher, but most of the code copied from
org.apache.bsf.util.BSFEventProcessor by Sanjiva Weerawarana
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processEvent
public void processEvent(String inFilter,
Object[] evtInfo)
- Specified by:
processEvent
in interface EventProcessor
processExceptionableEvent
public void processExceptionableEvent(String inFilter,
Object[] evtInfo)
throws Exception
- Specified by:
processExceptionableEvent
in interface EventProcessor
- Throws:
Exception