removeActionMenuListener

Removes a previously added listener. Upon calling this method the listener will no longer be notified of action menu lifecycle and events. If the listener has not been added, this method will be a no-op. Passing null is not allowed and will result in an exception.

Parameters

listener

ActionMenuListener that should be removed. Must be non-null.

See also