Project JXTA

Uses of Class
net.jxta.util.SimpleSelector

Packages that use SimpleSelector
net.jxta.util A collection of utility classes used by the JXTA implementation and/or useful to users of the JXTA API. 
 

Uses of SimpleSelector in net.jxta.util
 

Methods in net.jxta.util with parameters of type SimpleSelector
 void SimpleSelectable.register(SimpleSelector s)
          Registers the given selector with this selectable object.
 void SimpleSelectable.unregister(SimpleSelector s)
          Unregisters the given selector, so that it is no-longer notified when this object changes.
 void AbstractSimpleSelectable.register(SimpleSelector s)
          Registers the given selector with this selectable object. This always causes one change event for this object to be reported through the selector. As a result, when selecting for a condition, it is not necessary to verify whether it has already happened or not; the next call to select will be able to detect it.
 void AbstractSimpleSelectable.unregister(SimpleSelector s)
          Unregisters the given selector, so that it is no-longer notified when this object changes.
 


JXTA J2SE