Clearspace API (1.7.0) Core Javadocs

com.jivesoftware.base.event
Class GroupEventDispatcher

java.lang.Object
  extended by com.jivesoftware.base.event.GroupEventDispatcher

public class GroupEventDispatcher
extends java.lang.Object

Implementation of the JiveEventDispatcher for GroupEvent dispatching.


Method Summary
 void addListener(GroupListener listener)
           
static void destroy()
          Destroy dispatcher.
 void dispatchEvent(GroupEvent event)
           
static GroupEventDispatcher getInstance()
           
 void removeListener(GroupListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static GroupEventDispatcher getInstance()

addListener

public void addListener(GroupListener listener)

removeListener

public void removeListener(GroupListener listener)

destroy

public static void destroy()
Destroy dispatcher. Intended to be used primarily during testing.


dispatchEvent

public void dispatchEvent(GroupEvent event)

Clearspace Project Page

Copyright © 1999-2007 Jive Software.