Util.removeGlobalEventListener

listener_id is the value returned by atk_add_global_event_listener when you registered that event listener. Toolkit implementor note: Atk provides a default implementation for this virtual method, and that implementation should be enough for most of the cases. You should have a really good reason to reimplement this method. Removes the specified event listener

class Util
static
void
removeGlobalEventListener
()

Parameters

listenerId uint

the id of the event listener to remove

Meta