Previous topic

event_queue

Next topic

exc

This Page

events

class pyogp.lib.base.events.Event

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