| java.lang.Object org.apache.beehive.controls.api.events.EventDispatchHelper
EventDispatchHelper | public class EventDispatchHelper implements EventDispatcher(Code) | | The EventDispatchHelper class is a simple implementation of the EventDispatcher interface
that is suitable for use inside the execution context of a control container. It
assumes that you are already running inside the target container instance, and all that is
required is the correct routing of the event to the correct control.
|
|
|