Overview
>
klyn.gui.event
>
ActionEvent
>
ActionEvent
Version 0.1.3
Overview
Index
Tree
Deprecated
klyn.gui.event.ActionEvent.ActionEvent
constructor
public ActionEvent(source as Object):
Description
Creates an action event.
Parameters
Parameter
Description
source
Control or object that emitted the action.
Example
action = ActionEvent(button)