Home | Trees | Indices | Help |
|
---|
|
object --+ | method_event_source.IMethodEventSource --+ | EventRouter
EventRouter
class implementing the inheritable event
listening model. For more information on the event model see the muntjac.event package
documentation.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Registers a new event listener with the specified activation method to listen events generated by this component. If the activation method does not have any arguments the event object will not be passed to it when it's called. For more information on the inheritable event mechanism see the muntjac.event package documentation.
|
Removes all registered listeners matching the given parameters. Since
this method receives the event type and the listener object as
parameters, it will unregister all For more information on the inheritable event mechanism see the muntjac.event package documentation.
|
Sends an event to all registered listeners. The listeners will decide if the activation method should be called or not.
|
Checks if the given Event type is listened by a listener registered to this router.
|
Returns all listeners that match or extend the given event type.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 6 19:32:51 2013 | http://epydoc.sourceforge.net |