Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.event.TagEvent

Packages that use TagEvent
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 TagEvent in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database with parameters of type TagEvent
 void TagQueryListener.tagAdded(TagEvent event)
           
 void TagQueryListener.tagCreated(TagEvent event)
           
 void TagQueryListener.tagRemoved(TagEvent event)
           
 

Uses of TagEvent in com.jivesoftware.forum.event
 

Methods in com.jivesoftware.forum.event with parameters of type TagEvent
 void TagEventDispatcher.dispatchEvent(TagEvent event)
           
 void TagListener.tagAdded(TagEvent event)
          Fired when a tag has been added to an object in the system.
 void TagListener.tagCreated(TagEvent event)
          Fired when a tag has been added to the system.
 void TagListener.tagRemoved(TagEvent event)
          Fired when a tag has been removed from an object in the system.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.