|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.forum.database.TagQueryListener
public class TagQueryListener
Observer which invalidates QueryCache entries when tags are added or removed.
| Constructor Summary | |
|---|---|
TagQueryListener()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TagQueryListener()
| Method Detail |
|---|
public void tagCreated(TagEvent event)
TagListener
tagCreated in interface TagListenerevent - the event object.public void tagAdded(TagEvent event)
TagListener
tagAdded in interface TagListenerevent - the event object.public void tagRemoved(TagEvent event)
TagListener
tagRemoved in interface TagListenerevent - the event object.
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||