Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.event.QuestionEvent

Packages that use QuestionEvent
com.jivesoftware.community.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
 

Uses of QuestionEvent in com.jivesoftware.community.event
 

Methods in com.jivesoftware.community.event with parameters of type QuestionEvent
 void QuestionListener.correctAnswerAdded(QuestionEvent event)
          Fired when a correct answer has been added to the question.
 void QuestionEventDispatcher.dispatchEvent(QuestionEvent event)
           
 void QuestionListener.helpfulAnswerAdded(QuestionEvent event)
          Fired when a correct answer has been added to the question.
 void QuestionListener.propertyModified(QuestionEvent event)
          Fired when an extended property of a question is added, modified, or deleted.
 void QuestionListener.questionAdded(QuestionEvent event)
          Fired when a question has been added to the system.
 void QuestionListener.questionDeleted(QuestionEvent event)
          Fired when a question is about to be deleted from the system.
 void QuestionListener.questionStateModified(QuestionEvent event)
          Fired when the resolution state of a question changes.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.