an object containing data which will be passed out to all subscribers
-
clearSubscribers()
-
getSubscriberCount()
-
getSubscribers()
-
notify(args)
-
subscribe(handler, *args, **kwargs)
- establish the subscribers (handlers) to this event
-
unsubscribe(handler, *args, **kwargs)
- remove the subscriber (handler) to this event