Uses of Class
org.apache.commons.events.observable.ObservableSortedBag

Packages that use ObservableSortedBag
org.apache.commons.events.observable   
 

Uses of ObservableSortedBag in org.apache.commons.events.observable
 

Methods in org.apache.commons.events.observable that return ObservableSortedBag
static ObservableSortedBag ObservableSortedBag.decorate(org.apache.commons.collections.SortedBag bag)
          Factory method to create an observable bag.
static ObservableSortedBag ObservableSortedBag.decorate(org.apache.commons.collections.SortedBag bag, Object listener)
          Factory method to create an observable bag using a listener or a handler.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.