Package org.openbp.common.listener

Generic listener support classes.

See:
          Description

Class Summary
AWTListenerSupport Convenience class that adds event firing methods for listeners of the java.awt package to the listener support class.
BeanListenerSupport Convenience class that adds event firing methods for listeners of the java.bean package to the listener support class.
ListenerSupport This class holds a list of event listeners.
SwingListenerSupport Convenience class that adds event firing methods for listeners of the javax.swing package to the listener support class.
 

Package org.openbp.common.listener Description

Generic listener support classes. Supports regular (strong) listeners and listeners using weak references. Also contains standard implementations for common Java listener interfaces.



Copyright © 2011. All Rights Reserved.