org.apache.sling.launchpad.webapp.integrationtest.servlets.post
Class PostServletUpdateTest.TestEventListener

java.lang.Object
  extended by org.apache.sling.launchpad.webapp.integrationtest.servlets.post.PostServletUpdateTest.TestEventListener
All Implemented Interfaces:
javax.jcr.observation.EventListener
Enclosing class:
PostServletUpdateTest

protected class PostServletUpdateTest.TestEventListener
extends Object
implements javax.jcr.observation.EventListener


Field Summary
protected  List<String> addedProperties
           
protected  List<String> changedProperties
           
protected  int eventBundlesProcessed
           
protected  List<String> removedProperties
           
 
Constructor Summary
protected PostServletUpdateTest.TestEventListener()
           
 
Method Summary
 void clear()
           
 int getEventBundlesProcessed()
           
 void onEvent(javax.jcr.observation.EventIterator eventIterator)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

changedProperties

protected List<String> changedProperties

addedProperties

protected List<String> addedProperties

removedProperties

protected List<String> removedProperties

eventBundlesProcessed

protected int eventBundlesProcessed
Constructor Detail

PostServletUpdateTest.TestEventListener

protected PostServletUpdateTest.TestEventListener()
Method Detail

onEvent

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

getEventBundlesProcessed

public int getEventBundlesProcessed()

clear

public void clear()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.