org.objectstyle.cayenne.modeler.ProjectController A controller that works with the project tree, tracking selection and dispatching project events. <p> TODO: Refactor the event model, so that events are generic and contain "path" to a project node in question. After this is done, EventController should no longer maintain the selection model ...
net.sf.saxon.trace.TraceEventMulticaster A class which implements efficient and thread-safe multi-cast event dispatching for the TraceListener evants. Grabbed from java.awt.AWTEventMulticaster
org.apache.cocoon.forms.event.WidgetEventMulticaster Convenience class to handle all widget event listeners. See <code>java.awt.AWTEventMulticaster</code> for more information on its use. @author <a HREF="http://www.apache.org/~sylvain/">Sylvain Wallez</a> @version $Id: WidgetEventMulticaster.java 151181 2005-02-03 16:59:31Z ...
org.objectweb.fractal.gui.tree.model.BasicTreeModel A {@link TreeModel} based on a {@link Configuration}. This model makes a conversion from a {@link Configuration} model to a {@link TreeModel}. It listens to the configuration in order to update its state when the configuration changes.
com.buchuki.ensmer.input.event.semantic.UserMoveListener Listener for UserMoveEvents that have occured. Each time the user position is moved, listeners implementing this class are notified of the change in position. @author Dusty Phillips [dusty@buchuki.com]