Package org.apache.bsf.util
Class BSFEventProcessorReturningEventInfos
- java.lang.Object
-
- org.apache.bsf.util.BSFEventProcessorReturningEventInfos
-
- All Implemented Interfaces:
EventProcessor
public class BSFEventProcessorReturningEventInfos extends java.lang.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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessEvent(java.lang.String inFilter, java.lang.Object[] evtInfo)voidprocessExceptionableEvent(java.lang.String inFilter, java.lang.Object[] evtInfo)
-
-
-
Method Detail
-
processEvent
public void processEvent(java.lang.String inFilter, java.lang.Object[] evtInfo)- Specified by:
processEventin interfaceEventProcessor
-
processExceptionableEvent
public void processExceptionableEvent(java.lang.String inFilter, java.lang.Object[] evtInfo) throws java.lang.Exception- Specified by:
processExceptionableEventin interfaceEventProcessor- Throws:
java.lang.Exception
-
-