Jive Forums API (5.5.8) Developer Javadocs

com.jivesoftware.forum.event
Class QuestionEventDispatcher

java.lang.Object
  extended by com.jivesoftware.forum.event.QuestionEventDispatcher

public class QuestionEventDispatcher
extends java.lang.Object

Dispatcher for question events.


Method Summary
 void addListener(QuestionListener listener)
           
 void dispatchEvent(QuestionEvent event)
           
static QuestionEventDispatcher getInstance()
           
 void removeListener(QuestionListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static QuestionEventDispatcher getInstance()

addListener

public void addListener(QuestionListener listener)

removeListener

public void removeListener(QuestionListener listener)

dispatchEvent

public void dispatchEvent(QuestionEvent event)

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.