Uses of Class
edu.rice.cs.plt.collect.ListenerSet

Packages that use ListenerSet
edu.rice.cs.plt.collect Contains general-purpose extensions to and variations on the java.util collections framework. 
 

Uses of ListenerSet in edu.rice.cs.plt.collect
 

Methods in edu.rice.cs.plt.collect that return ListenerSet
static
<T> ListenerSet<T>
ListenerSet.make(Set<Runnable1<? super T>> delegate)
          Call the constructor (allows T to be inferred).