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

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

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

Methods in org.apache.commons.events.observable that return ObservableSortedSet
static ObservableSortedSet ObservableSortedSet.decorate(SortedSet set)
          Factory method to create an observable set.
static ObservableSortedSet ObservableSortedSet.decorate(SortedSet set, Object listener)
          Factory method to create an observable set using a listener or a handler.
 



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