org.apache.cayenne.dataview
Class EventDispatcher
java.lang.Object
org.apache.cayenne.dataview.EventDispatcher
public class EventDispatcher
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listeners
protected transient ArrayList listeners
EventDispatcher
public EventDispatcher()
dispatch
public void dispatch(DispatchableEvent e)
hasListeners
public boolean hasListeners()
getListenerCount
public int getListenerCount()
find
public int find(EventListener listener)
add
public void add(EventListener listener)
remove
public void remove(EventListener listener)
clear
public void clear()
add
public static EventDispatcher add(EventDispatcher dispatcher,
EventListener listener)
remove
public static final EventDispatcher remove(EventDispatcher dispatcher,
EventListener listener)
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.