Uses of Interface
org.apache.bsf.util.event.EventProcessor
Packages that use EventProcessor
-
Uses of EventProcessor in org.apache.bsf.util
Classes in org.apache.bsf.util that implement EventProcessorModifier and TypeClassDescriptionclass
This is used to support binding scripts to be run when an event occurs.class
This 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 EventProcessorModifier and TypeMethodDescriptionstatic void
ReflectionUtils.addEventListener
(Object source, 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 EventProcessorMethods in org.apache.bsf.util.event with parameters of type EventProcessorModifier and TypeMethodDescriptionvoid
EventAdapter.setEventProcessor
(EventProcessor eventProcessor) void
EventAdapterImpl.setEventProcessor
(EventProcessor eventProcessor)