JMap.Event.MapContext.activate
Activates the listener.
If the listener is already active, does nothing.
If the listener is inactive, it will be reactivated and will be called again ...
The listener id
// activate the listener "my-mapcontext-listener"JMap.Event.MapContext.activate("my-mapcontext-listener") Copy
// activate the listener "my-mapcontext-listener"JMap.Event.MapContext.activate("my-mapcontext-listener")
JMap.Event.MapContext.activate
Activates the listener.
If the listener is already active, does nothing.
If the listener is inactive, it will be reactivated and will be called again ...