Jive Forums API (5.5.20.2-oracle) Core 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. 
 

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.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.