removeOnTextSelectionModeChangeListener

Removes a previously added OnTextSelectionModeChangeListener, which gets notified when entering and exiting a text selection in the document. Upon calling this method the listener will no longer be notified. If the listener has not been added, this method will be a no-op.

Parameters

listener

Listener to unregister. Must be non-null.

See also