Save This Page
Home » bsf-src-2.4.0 » org.apache.bsf.util.event » [javadoc | source]
org.apache.bsf.util.event
public interface: EventProcessor [javadoc | source]

All Known Implementing Classes:
    BSFEventProcessorReturningEventInfos, BSFEventProcessor

EventProcessor is the interface that event adapters use to delegate events they received to be delivered to the appropriate target. They can simply deliver the event using processEvent or, if the event can be excepted to, via processExceptionableEvent (in which case the adapter is expected to forward on an exception to the source bean).
Method from org.apache.bsf.util.event.EventProcessor Summary:
processEvent,   processExceptionableEvent
Method from org.apache.bsf.util.event.EventProcessor Detail:
 public  void processEvent(String filter,
    Object[] eventInfo)
 public  void processExceptionableEvent(String filter,
    Object[] eventInfo) throws Exception