Class _Event |
# An instance of this class is used to represent an event.
Details |
Constructor |
_Event(event, component, code)
event | The Icon event
|
component | The Component producing the event
|
code | The integer code number for different event types.
|
Methods: |
# Returns an additional field to distinguish between different types of event generated by the same component. For example, a TextField produces a code of zero when return is pressed, and a code of one when the contents are changed.
# Returns the component associated with the event. This may be a subclass of either Component or a MenuComponent.
# Returns the Icon event associated with the event.
Fields: |