Package imx.lib.listener

Interface Summary
ActiveCollection Combines the Collection and ActiveInterface.
ActiveInterface Each subject of the observer pattern must implement ActiveInterface, so that ListenerInterfaces can register.
ListenerInterface Each observer of the observer pattern should implement this interface.
 

Class Summary
ActiveArrayList This ArrayList updates all registered ListenerInterfaces, when the list data is modified.
ActiveClassMap This Map associates objects with a class.
ListenerBag ListenerBag is used to implement easily an active object (one that implements the ActiveInterface).