Clearspace API (2.5.22) Core Javadocs

com.jivesoftware.community.event
Interface TagListener


public interface TagListener

A TagListener gets notified anytime a tag event is fired. Concrete implementations of this class must have a zero argument constructor.


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.

Clearspace Project Page

Copyright © 1999-2007 Jive Software.