Uses of Package
org.apache.bsf.util.event
Packages that use org.apache.bsf.util.event
Package
Description
-
Classes in org.apache.bsf.util.event used by org.apache.bsf.utilClassDescriptionEventProcessor is the interface that event adapters use to delegate events they received to be delivered to the appropriate target.
-
Classes in org.apache.bsf.util.event used by org.apache.bsf.util.eventClassDescriptionEventAdapter is the interface that all event adapters must implement in order to work with the automatic event adapter generation model.EventProcessor is the interface that event adapters use to delegate events they received to be delivered to the appropriate target.
-
Classes in org.apache.bsf.util.event used by org.apache.bsf.util.event.adaptersClassDescriptionEventAdapter is the interface that all event adapters must implement in order to work with the automatic event adapter generation model.EventAdapterImpl is a default implementation of the EventAdapter interface that specific event adapters may choose to subclass from instead of implementing the interface themselves.