Home | Trees | Indices | Help |
|
---|
|
object --+ | util.EventObject --+ | Event
Superclass of all component originated events.
Events are the basis of all user interaction handling in Muntjac. To handle events, you provide a listener object that receives the events of the particular event type:
Notice that while each of the event types have their corresponding
listener types; the listener interfaces are not required to inherit the
IComponent.IListener
interface.
See Also: component.IListener
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Constructs a new event with the specified source component.
|
Gets the component where the event occurred.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jun 10 22:40:25 2015 | http://epydoc.sourceforge.net |