Interface | Description |
---|---|
ListenerContainerIF |
A container for event listeners.
|
Class | Description |
---|---|
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. |