com.atlassian.confluence.spaces.listeners
Class RemovePersonalSpaceListener
java.lang.Object
com.atlassian.confluence.spaces.listeners.RemovePersonalSpaceListener
- All Implemented Interfaces:
- EventListener
- public class RemovePersonalSpaceListener
- extends Object
- implements EventListener
Trigger a reindex of the PersonalInformation object's lucene document. This is to so that we can update the hasPersonalSpace field.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemovePersonalSpaceListener
public RemovePersonalSpaceListener()
handleEvent
public void handleEvent(Event event)
- Specified by:
handleEvent
in interface EventListener
getHandledEventClasses
public Class[] getHandledEventClasses()
- Specified by:
getHandledEventClasses
in interface EventListener
setPersonalInformationManager
public void setPersonalInformationManager(PersonalInformationManager personalInformationManager)
setIndexer
public void setIndexer(Indexer indexer)