JMap.Application.Event.UI.remove
Removes the listener.
If the listener doesn't exist, does nothing.
Removes the listener from JMap Cloud NG. The listener is deleted and never called again after that.
The listener id
// remove the listener "my-ui-listener"JMap.Application.Event.UI.remove("my-ui-listener") Copy
// remove the listener "my-ui-listener"JMap.Application.Event.UI.remove("my-ui-listener")
JMap.Application.Event.UI.remove
Removes the listener.
If the listener doesn't exist, does nothing.
Removes the listener from JMap Cloud NG. The listener is deleted and never called again after that.