AbstractSelector.unregister

Remove a conduit from the selector.

class AbstractSelector
abstract
void
unregister

Parameters

conduit ISelectable

conduit that had been previously associated to the selector; it can be null.

Remarks: Unregistering a null conduit is allowed and no exception is thrown if this happens.

Meta