Package org.logicalcobwebs.proxool.util

Interface Summary
ListenerContainerIF A container for event listeners.
 

Class Summary
AbstractListenerContainer Implementation of ListenerContainerIF that uses a reads/write lock to handle concurrency in a safe and fast way.
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.