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 AbstractSimpleSelectable.register(SimpleSelector simpleSelector)
          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.unregister(SimpleSelector simpleSelector)
          Unregisters the given selector, so that it is no-longer notified when this object changes.
 


JXSE