Jive Forums API (5.5.20.2-oracle) Developer Javadocs

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

Packages that use PollEvent
com.jivesoftware.base.event Base events common to all Jive Software products. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
 

Uses of PollEvent in com.jivesoftware.base.event
 

Methods in com.jivesoftware.base.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.
 

Uses of PollEvent in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database with parameters of type PollEvent
 void DbDraftManager.anonymousVoteAdded(PollEvent event)
           
 void DbDraftManager.anonymousVoteModified(PollEvent event)
           
 void DbDraftManager.anonymousVoteRemoved(PollEvent event)
           
 void DbDraftManager.pollCreated(PollEvent event)
           
 void DbDraftManager.pollDeleted(PollEvent event)
           
 void DbDraftManager.voteAdded(PollEvent event)
           
 void DbDraftManager.voteModified(PollEvent event)
           
 void DbDraftManager.voteRemoved(PollEvent event)
           
 

Uses of PollEvent in com.jivesoftware.forum.event
 

Methods in com.jivesoftware.forum.event with parameters of type PollEvent
 void DebugEventListener.anonymousVoteAdded(PollEvent event)
           
 void DebugEventListener.anonymousVoteModified(PollEvent event)
           
 void DebugEventListener.anonymousVoteRemoved(PollEvent event)
           
 void DebugEventListener.pollCreated(PollEvent event)
           
 void DebugEventListener.pollDeleted(PollEvent event)
           
 void DebugEventListener.voteAdded(PollEvent event)
           
 void DebugEventListener.voteModified(PollEvent event)
           
 void DebugEventListener.voteRemoved(PollEvent event)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.