Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.voytechs.html.event.EventException

Uses of EventException in com.voytechs.html.event
 

Methods in com.voytechs.html.event that throw EventException
 void TextListenerIf.processEvent(HtmlTextEvent event, java.lang.Object data)
          Process Textual component events.
 void ServletDispatcher.scanEvent(javax.servlet.http.HttpServletRequest req)
          Adapter function for Servlets.
 void LinkListenerIf.processEvent(HtmlLinkEvent event, java.lang.Object data)
          Process Buttonual component events.
 void HtmlDispatcherBroker.setDispatcher(HtmlDispatcher dispatcher)
          Sets the global dispatcher.
 void HtmlDispatcher.scanEvent(java.lang.Object source)
          Scan source object in form of Properties.
protected  void HtmlDispatcher.dispatchEvent(ListenerIf listener, Event event, java.lang.Object data)
          Dispatches event to a proper listener.
protected  HtmlEvent HtmlDispatcher.decodeParam(java.lang.String param, java.lang.String[] value)
          decode an encoded parameter from Properties object.
protected  java.lang.String HtmlDispatcher.encodeParam(int eventType, int id)
          decode an encoded parameter from Properties object.
 java.lang.String HtmlDispatcher.generateUniqName(int eventType, int id)
          Generate a uniq name based on event type and id.
protected  void DispatcherBroker.setDispatcher(Dispatcher dispatcher)
          Sets the global dispatcher.
 void DispatcherBroker.addListener(ListenerRequest request)
          Add listener.
protected  void DispatcherBroker.addDelayedListeners()
          Since event listeners are added in the constructor of the element, the dispatcher isn't bound to the component at the time.
 int DispatcherBroker.getId()
          Get event ID
protected  void Dispatcher.handleEvent(Event event)
          Find if there is a listener for this event.
 void Dispatcher.removeSource(int eventType, int source)
           
 void Dispatcher.addListener(int eventType, int target, ListenerRequest request)
          Add a new listener onto the Vector list of a particular Observed target.
 void Dispatcher.addListener(int eventType, int target, ListenerIf listener, java.lang.Object listenerData, java.lang.Object eventSource)
          Add a new listener onto the Vector list of a particular Observed target.
 void Dispatcher.removeListener(int target, ListenerIf listener)
          Remove a listener of a particual event.
 void Dispatcher.enableEvents(int mask)
          Define which events to handle.
protected abstract  void Dispatcher.scanEvent(java.lang.Object source)
          Abstract method that is implementation dependent.
protected abstract  void Dispatcher.dispatchEvent(ListenerIf listener, Event event, java.lang.Object data)
          Abstract method that is implementation depenedent.
 void ButtonListenerIf.processEvent(HtmlButtonEvent event, java.lang.Object data)
          Process Buttonual component events.