org.exoplatform.forum.service
Class CalculateModeratorEventListener

java.lang.Object
  extended by org.exoplatform.forum.service.CalculateModeratorEventListener
All Implemented Interfaces:
javax.jcr.observation.EventListener

public class CalculateModeratorEventListener
extends java.lang.Object
implements javax.jcr.observation.EventListener


Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
CalculateModeratorEventListener(org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator)
           
 
Method Summary
 java.lang.String getPath()
           
 java.lang.String getRepository()
           
 java.lang.String getSrcWorkspace()
           
 void onEvent(javax.jcr.observation.EventIterator evIter)
           
 void setPath(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

CalculateModeratorEventListener

public CalculateModeratorEventListener(org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator)
                                throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getSrcWorkspace

public java.lang.String getSrcWorkspace()

getRepository

public java.lang.String getRepository()

getPath

public java.lang.String getPath()

setPath

public void setPath(java.lang.String path)

onEvent

public void onEvent(javax.jcr.observation.EventIterator evIter)
Specified by:
onEvent in interface javax.jcr.observation.EventListener


Copyright © 2011 eXo Platform SAS. All Rights Reserved.