Home | Trees | Indices | Help |
|
---|
|
object --+ | IMethodEventSource
Interface for classes supporting registration of methods as event receivers.
For more information on the inheritable event mechanism see the muntjac.event package documentation.
Version: 1.1.2
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
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.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 20 16:52:51 2013 | http://epydoc.sourceforge.net |