Class 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
      void processEvent​(java.lang.String inFilter, java.lang.Object[] evtInfo)  
      void processExceptionableEvent​(java.lang.String inFilter, java.lang.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​(java.lang.String inFilter,
                                 java.lang.Object[] evtInfo)
        Specified by:
        processEvent in interface EventProcessor
      • processExceptionableEvent

        public void processExceptionableEvent​(java.lang.String inFilter,
                                              java.lang.Object[] evtInfo)
                                       throws java.lang.Exception
        Specified by:
        processExceptionableEvent in interface EventProcessor
        Throws:
        java.lang.Exception