com.atlassian.confluence.userstatus.listeners
Class UserStatusLabelListener

java.lang.Object
  extended by com.atlassian.confluence.userstatus.listeners.UserStatusLabelListener
All Implemented Interfaces:
com.atlassian.event.EventListener

public class UserStatusLabelListener
extends java.lang.Object
implements com.atlassian.event.EventListener

Listens for newly created user statuses and adds labels to them based on any hash tags found within. Will only add global labels, none of the fancy my: stuff will work.


Constructor Summary
UserStatusLabelListener()
           
 
Method Summary
 java.lang.Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 void setLabelManager(LabelManager labelManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserStatusLabelListener

public UserStatusLabelListener()
Method Detail

handleEvent

public void handleEvent(com.atlassian.event.Event event)
Specified by:
handleEvent in interface com.atlassian.event.EventListener

setLabelManager

public void setLabelManager(LabelManager labelManager)

getHandledEventClasses

public java.lang.Class[] getHandledEventClasses()
Specified by:
getHandledEventClasses in interface com.atlassian.event.EventListener


Copyright © 2003-2010 Atlassian. All Rights Reserved.