org.apache.bsf.util.event

Class EventAdapterImpl

Implemented Interfaces:
EventAdapter

public class EventAdapterImpl
extends java.lang.Object
implements EventAdapter

EventAdapterImpl is a default implementation of the EventAdapter interface that specific event adapters may choose to subclass from instead of implementing the interface themselves. Saves 5 lines of code mebbe.
Authors:
Sanjiva Weerawarana
Matthew J. Duftler
See Also:
EventAdapter

Field Summary

protected EventProcessor
eventProcessor

Method Summary

void
setEventProcessor(EventProcessor eventProcessor)

Field Details

eventProcessor

protected EventProcessor eventProcessor

Method Details

setEventProcessor

public void setEventProcessor(EventProcessor eventProcessor)