Clearspace API (2.5.29) Core Javadocs

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

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

Uses of PollEvent in com.jivesoftware.community.event
 

Methods in com.jivesoftware.community.event with parameters of type PollEvent
 void PollListener.anonymousVoteAdded(PollEvent event)
          Fired when an anonymous vote is added to a poll.
 void PollListener.anonymousVoteModified(PollEvent event)
          Fired when an anonymous poll vote is modified.
 void PollListener.anonymousVoteRemoved(PollEvent event)
          Fired when an anonymous poll vote is removed.
 void PollEventDispatcher.dispatchEvent(PollEvent event)
          Dispatches an event to all listeners.
 void PollListener.pollCreated(PollEvent event)
          Fired when a poll is created.
 void PollListener.pollDeleted(PollEvent event)
          Fired when a poll is deleted.
 void PollListener.voteAdded(PollEvent event)
          Fired when a vote is added to a poll.
 void PollListener.voteModified(PollEvent event)
          Fired when a poll vote is modified.
 void PollListener.voteRemoved(PollEvent event)
          Fired when a poll vote is removed.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.