| Trees | Indices | Help |
|---|
|
|
object --+
|
Base.AccessEngineEvent --+
|
ChooserChange
Event that fires when a AEChooser indicates important input from a user.
This class registers its name and whether it should be monitored by default in an AEMonitor using the Base.registerEventType function when this module is first imported. The AEMonitor can use this information to build its menus.
|
|||
|
|||
| string |
|
||
| boolean |
|
||
| integer |
|
||
| opaque object |
|
||
| dictionary |
|
||
|
Inherited from Inherited from |
|||
|
|||
| opaque |
aid Unique identifier for the application Tier with which the AEChooser that fired this event is associated |
||
| AEChooser |
chooser AEChooser that fired this event |
||
| integer |
kind Kind of event, one of OK, CANCEL, or APPLY from AEChooser |
||
| dictionary |
kwargs Aribitrary data to be passed to the handler of this event |
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Stores important references.
|
Returns a human readable representation of this event including its name, action, and chooser.
|
Contacts the TierManager and asks it to manage this chooser event.
|
Gets the AEChooser ID that triggered this event. This information is used to locate the Task that should handle this event.
|
|
Fetches data out of this ChooserChange for use by a Task.ChooserTask.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:16 2007 | http://epydoc.sourceforge.net |