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. |