Package org.logicalcobwebs.proxool.util

Interface Summary
ListenerContainerIF A container for event listeners.
TestListenerIF  
 

Class Summary
AbstractListenerContainer Implementation of ListenerContainerIF that uses a reads/write lock to handle concurrency in a safe and fast way.
AllTests Run all tests in the util package.
CompositeTestListener  
FastArrayList A customized implementation of java.util.ArrayList designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes.
ListenerContainerTest Test AbstractListenerContainer.
TestListener