Uses of Interface
org.apache.bsf.util.event.EventProcessor
-
Packages that use EventProcessor Package Description org.apache.bsf.util org.apache.bsf.util.event -
-
Uses of EventProcessor in org.apache.bsf.util
Classes in org.apache.bsf.util that implement EventProcessor Modifier and Type Class Description classBSFEventProcessorThis is used to support binding scripts to be run when an event occurs.classBSFEventProcessorReturningEventInfosThis is used to support binding scripts to be run when an event occurs, forwarding the arguments supplied to the event listener.Methods in org.apache.bsf.util with parameters of type EventProcessor Modifier and Type Method Description static voidReflectionUtils. addEventListener(java.lang.Object source, java.lang.String eventSetName, EventProcessor processor)Add an event processor as a listener to some event coming out of an object. -
Uses of EventProcessor in org.apache.bsf.util.event
Fields in org.apache.bsf.util.event declared as EventProcessor Modifier and Type Field Description protected EventProcessorEventAdapterImpl. eventProcessorMethods in org.apache.bsf.util.event with parameters of type EventProcessor Modifier and Type Method Description voidEventAdapter. setEventProcessor(EventProcessor eventProcessor)voidEventAdapterImpl. setEventProcessor(EventProcessor eventProcessor)
-