org.beanfabrics.event
Class WeakListAdapter

java.lang.Object
  extended by org.beanfabrics.event.ListAdapter
      extended by org.beanfabrics.event.WeakListAdapter
All Implemented Interfaces:
java.util.EventListener, ListListener, WeakListener

public class WeakListAdapter
extends ListAdapter
implements WeakListener

The WeakListAdapter is a ListAdapter marked with the WeakListener interface.

See Also:
What is a weak listener?

Constructor Summary
WeakListAdapter()
           
 
Method Summary
 
Methods inherited from class org.beanfabrics.event.ListAdapter
elementChanged, elementsAdded, elementsDeselected, elementsRemoved, elementsReplaced, elementsSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeakListAdapter

public WeakListAdapter()