|
20080913, rgf | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventProcessor | |
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 | |
class |
BSFEventProcessor
This is used to support binding scripts to be run when an event occurs. |
class |
BSFEventProcessorReturningEventInfos
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 EventProcessor | |
static void |
ReflectionUtils.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 | |
protected EventProcessor |
EventAdapterImpl.eventProcessor
|
Methods in org.apache.bsf.util.event with parameters of type EventProcessor | |
void |
EventAdapterImpl.setEventProcessor(EventProcessor eventProcessor)
|
void |
EventAdapter.setEventProcessor(EventProcessor eventProcessor)
|
|
20080913, rgf | ||||||||||
PREV NEXT | FRAMES NO FRAMES |