JMap.Event.User.activate
Activate the listener.
If the listener is already active, do nothing.
If the listener is inactive, it will be reactivated and will be called again ...
The listener id
JMap.Event.User.deactivate
Deactivate the listener.
If the listener id doesn't exists or if the listener is already inactive, do nothing.
If the listener is active, it will be deactivated and will be ignored ...
The listener id
JMap.Event.User.remove
Remove the listener.
If the listener doesn't exist, do nothing.
Remove the listener from JMap NG Core library. The listener is deleted and never called again after that.
The listener id
JMap.Event.User
Here you can manage all user related event listeners.
Click to see all events available: *JMap.Event.User.on*.