|
Clearspace API (2.5.22) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
void tagCreated(TagEvent event)
event - the event object.void tagAdded(TagEvent event)
event - the event object.void tagRemoved(TagEvent event)
event - the event object.
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||