Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.database
Class TagQueryListener

java.lang.Object
  extended by com.jivesoftware.forum.database.TagQueryListener
All Implemented Interfaces:
TagListener

public class TagQueryListener
extends java.lang.Object
implements TagListener

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

TagQueryListener

public TagQueryListener()
Method Detail

tagCreated

public void tagCreated(TagEvent event)
Description copied from interface: TagListener
Fired when a tag has been added to the system.

Specified by:
tagCreated in interface TagListener
Parameters:
event - the event object.

tagAdded

public void tagAdded(TagEvent event)
Description copied from interface: TagListener
Fired when a tag has been added to an object in the system.

Specified by:
tagAdded in interface TagListener
Parameters:
event - the event object.

tagRemoved

public void tagRemoved(TagEvent event)
Description copied from interface: TagListener
Fired when a tag has been removed from an object in the system.

Specified by:
tagRemoved in interface TagListener
Parameters:
event - the event object.

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.