Package | Description |
---|---|
org.apache.bsf.util | |
org.apache.bsf.util.event |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected EventProcessor |
EventAdapterImpl.eventProcessor |
Modifier and Type | Method and Description |
---|---|
void |
EventAdapter.setEventProcessor(EventProcessor eventProcessor) |
void |
EventAdapterImpl.setEventProcessor(EventProcessor eventProcessor) |