Package org.mb.listeners

Interface Summary
IListenerManager<T> IListenerManager is a collection of listeners.
 

Class Summary
GenListenerManager<T> An implementation of IListenerManager that creates its listener proxy using a bytecode manipulation engine.
RefListenerManager<T> An implementation of IListenerManager that creates its listener proxy using the built-in reflection facilities.
 

Exception Summary
CannotCreateListenerProxyException An exception showing that the ListenerManager could not create a proxy object