addActionMenuListener

Adds new listener for action menu lifecycle and events. If the listener has already been added previously, this method will be a no-op. Adding null is not allowed, and will result in an exception.

Parameters

listener

ActionMenuListener that should be notified of action menu lifecycle and events. Must be non-null.

See also