org.logicalcobwebs.proxool.util
Class CompositeTestListener

java.lang.Object
  extended by org.logicalcobwebs.proxool.util.AbstractListenerContainer
      extended by org.logicalcobwebs.proxool.util.CompositeTestListener
All Implemented Interfaces:
ListenerContainerIF, TestListenerIF

 class CompositeTestListener
extends AbstractListenerContainer
implements TestListenerIF


Field Summary
private  int numberOfNotifications
           
 
Constructor Summary
CompositeTestListener()
           
 
Method Summary
(package private)  int getNumberOfNotifications()
           
private  void notification()
           
 void onEvent()
           
 
Methods inherited from class org.logicalcobwebs.proxool.util.AbstractListenerContainer
addListener, getListeners, isEmpty, removeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numberOfNotifications

private int numberOfNotifications
Constructor Detail

CompositeTestListener

CompositeTestListener()
Method Detail

onEvent

public void onEvent()
Specified by:
onEvent in interface TestListenerIF

getNumberOfNotifications

int getNumberOfNotifications()

notification

private void notification()