org.apache.bsf.util
Class BSFEventProcessor

java.lang.Object
  extended by org.apache.bsf.util.BSFEventProcessor
All Implemented Interfaces:
EventProcessor

public class BSFEventProcessor
extends Object
implements EventProcessor

This is used to support binding scripts to be run when an event occurs.

Author:
Sanjiva Weerawarana

Method Summary
 void processEvent(String inFilter, Object[] evtInfo)
           
 void processExceptionableEvent(String inFilter, Object[] evtInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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