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