Class GroovyScript2RestUpdateListener
java.lang.Object
org.exoplatform.services.jcr.ext.script.groovy.GroovyScript2RestUpdateListener
- All Implemented Interfaces:
javax.jcr.observation.EventListener
public class GroovyScript2RestUpdateListener
extends Object
implements javax.jcr.observation.EventListener
- Version:
- $Id: GroovyScript2RestUpdateListener.java 34445 2009-07-24 07:51:18Z dkatayev $
- Author:
- Andrey Parfonov
-
Constructor Summary
ConstructorsConstructorDescriptionGroovyScript2RestUpdateListener(org.exoplatform.services.jcr.core.ManageableRepository repository, String workspace, GroovyScript2RestLoader groovyScript2RestLoader) -
Method Summary
Modifier and TypeMethodDescriptionvoidonEvent(javax.jcr.observation.EventIterator eventIterator)
-
Constructor Details
-
GroovyScript2RestUpdateListener
public GroovyScript2RestUpdateListener(org.exoplatform.services.jcr.core.ManageableRepository repository, String workspace, GroovyScript2RestLoader groovyScript2RestLoader) - Parameters:
repository- repositoryworkspace- workspace namegroovyScript2RestLoader- SeeGroovyScript2RestLoader
-
-
Method Details
-
onEvent
public void onEvent(javax.jcr.observation.EventIterator eventIterator) - Specified by:
onEventin interfacejavax.jcr.observation.EventListener
-