| Home >> All >> com >> voytechs >> html >> [ event Javadoc ] |
com.voytechs.html.event: Javadoc index of package com.voytechs.html.event.
Package Samples:
com.voytechs.html.event
Classes:
DispatcherBroker: Specialized container object for holding dispatcher listeners. Because of dynamic binding of HTML components and the dispatcher, addtion of listeners has to be delayed until the dispatcher bound and initlizated otherwise the binding can't occur. This object adapts to the HTML component special requirements such as generating a URL acceptable parameters or HTML Form tags.
HtmlDispatcherBroker: Specialized container object for holding dispatcher listeners. Because of dynamic binding of HTML components and the dispatcher, addtion of listeners has to be delayed until the dispatcher bound and initlizated otherwise the binding can't occur. This object adapts to the HTML component special requirements such as generating a URL acceptable parameters or HTML Form tags.
Dispatcher: An event dispatcher object. A user action triggers an event to be generated. Events are dispatched to event listeners. This is an abstract class and an appropriate implementation of it should be created, such as ServletDispatcher or CGI Dispatcher with appropriate hooks for processing the event conditions in whatever form they may be (ie. http forms).
ButtonListenerIf: Interface for Button listner. When Buttonual component is modified or applied a Buttonual event is dispatched using this interface.
LinkListenerIf: Interface for Button listner. When Buttonual component is modified or applied a Buttonual event is dispatched using this interface.
TextListenerIf: Interface for Text listner. When Textual component is modified or applied a Textual event is dispatched using this interface.
ListenerRequest: Special object which holds a single listener request for binding to the dispatcher. Usually utilized by DispatcherBroker.
ServletDispatcher: Mainly adaptor class, to massage and interface with Servlets for event dispatching.
ListenerDataIf: Custom user data sent to listener with the event.
Event
EventException
HtmlButtonEvent
HtmlCheckedEvent
HtmlDefaultEvent
HtmlDispatcher
HtmlEvent
HtmlLinkEvent
HtmlTextEvent
ListenerIf
| Home | Contact Us | Privacy Policy | Terms of Service |