org.exoplatform.forum.rss
Class ForumRSSEventListener

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

public class ForumRSSEventListener
extends Object
implements javax.jcr.observation.EventListener


Field Summary
protected  org.exoplatform.forum.common.jcr.KSDataLocation locator
           
 
Constructor Summary
ForumRSSEventListener(org.exoplatform.forum.common.jcr.KSDataLocation dataLocator)
           
 
Method Summary
 String getPath()
           
 String getRepository()
           
 String getSrcWorkspace()
           
protected  boolean hasProperties(String path)
           
 void onEvent(javax.jcr.observation.EventIterator evIter)
           
 void setPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locator

protected org.exoplatform.forum.common.jcr.KSDataLocation locator
Constructor Detail

ForumRSSEventListener

public ForumRSSEventListener(org.exoplatform.forum.common.jcr.KSDataLocation dataLocator)
                      throws Exception
Throws:
Exception
Method Detail

getSrcWorkspace

public String getSrcWorkspace()

getRepository

public String getRepository()

getPath

public String getPath()

setPath

public void setPath(String path)

onEvent

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

hasProperties

protected boolean hasProperties(String path)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.