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

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

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

Subclasses of ObservableBag in org.apache.commons.events.observable
 class ObservableSortedBag
          Decorates a SortedBag implementation to observe modifications.
 

Methods in org.apache.commons.events.observable that return ObservableBag
static ObservableBag ObservableBag.decorate(org.apache.commons.collections.Bag bag)
          Factory method to create an observable bag.
static ObservableBag ObservableBag.decorate(org.apache.commons.collections.Bag 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.