Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.event
Interface TagListener

All Known Implementing Classes:
TagQueryListener

public interface TagListener

Listener for tag events.


Method Summary
 void tagAdded(TagEvent event)
          Fired when a tag has been added to an object in the system.
 void tagCreated(TagEvent event)
          Fired when a tag has been added to the system.
 void tagRemoved(TagEvent event)
          Fired when a tag has been removed from an object in the system.
 

Method Detail

tagCreated

void tagCreated(TagEvent event)
Fired when a tag has been added to the system.

Parameters:
event - the event object.

tagAdded

void tagAdded(TagEvent event)
Fired when a tag has been added to an object in the system.

Parameters:
event - the event object.

tagRemoved

void tagRemoved(TagEvent event)
Fired when a tag has been removed from an object in the system.

Parameters:
event - the event object.

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.