org.apache.bsf.util

Class BSFEventProcessorReturningEventInfos

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

void
processEvent(String inFilter, Object[] evtInfo)
void
processExceptionableEvent(String inFilter, Object[] evtInfo)

Method Details

processEvent

public void processEvent(String inFilter,
                         Object[] evtInfo)

processExceptionableEvent

public void processExceptionableEvent(String inFilter,
                                      Object[] evtInfo)
            throws Exception