com.jivesoftware.base.event
Class UserEventDispatcher
java.lang.Object
com.jivesoftware.base.event.UserEventDispatcher
public class UserEventDispatcher
- extends Object
User event dispatcher.
|
Field Summary |
protected static org.apache.log4j.Logger |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.apache.log4j.Logger log
getInstance
public static UserEventDispatcher getInstance()
addListener
public void addListener(UserListener listener)
removeListener
public void removeListener(UserListener listener)
destroy
public static void destroy()
- Destroy dispatcher. Intended to be used primarily during testing.
dispatchEvent
public void dispatchEvent(UserEvent event)
processUserEvent
protected void processUserEvent(UserListener listener,
UserEvent event)
Copyright © 1999-2007 Jive Software.