Unique id
Remove all topics with all listeners
Emit event and call subscribed listeners
Topic name
Array of arguments
Number of listeners called
Check if listener with provided token exists
Token of desired listener
Topic which has to contain the listener
Error with message or Listener
Remove listener with provided token
Token of the listener
Topic which has to contain the listener
True if the listener is successfully removed and false if it is not found
Remove topic with all listeners
Topic name
True if the topic is successfully removed and false if it is not found
Pub/Sub for internal event scheduling. All functions are for protected usage. Sub class can use them for implementation of event dispaching.
id Unique Eventer id