org.jboss.seam.jcr.events
Class EventCounterListener

java.lang.Object
  extended by org.jboss.seam.jcr.events.EventCounterListener

@Dependent
public class EventCounterListener
extends Object

Used on test cases

Author:
George Gastaldi

Constructor Summary
EventCounterListener()
           
 
Method Summary
 int getCountForType(int type)
           
 void incrementTypedCounter(javax.jcr.observation.Event event)
           
 void resetBag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventCounterListener

public EventCounterListener()
Method Detail

incrementTypedCounter

public void incrementTypedCounter(@Observes
                                  javax.jcr.observation.Event event)

resetBag

public void resetBag()

getCountForType

public int getCountForType(int type)


Copyright © 2011 Seam Framework. All Rights Reserved.