com.webrenderer.se.event.internal
Class DOMManager2.CheckBoxUnchecked

java.lang.Object
  extended by com.webrenderer.se.event.internal.DOMManager2.CheckBoxUnchecked
All Implemented Interfaces:
EventListenerManager.Functor
Enclosing class:
DOMManager2

public class DOMManager2.CheckBoxUnchecked
extends java.lang.Object
implements EventListenerManager.Functor


Constructor Summary
DOMManager2.CheckBoxUnchecked()
           
 
Method Summary
 void propogate(java.util.EventListener l, java.util.EventObject e)
          This method calls the correct method for the listener interface with the given event object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMManager2.CheckBoxUnchecked

public DOMManager2.CheckBoxUnchecked()
Method Detail

propogate

public void propogate(java.util.EventListener l,
                      java.util.EventObject e)
Description copied from interface: EventListenerManager.Functor
This method calls the correct method for the listener interface with the given event object. This method is invoked by the propogation algorithm.

Specified by:
propogate in interface EventListenerManager.Functor
Parameters:
l - The listener to be notified of event.
e - The event object.