| Trees | Indices | Help |
|---|
|
|
object --+
|
Base.AccessEngineEvent --+
|
ViewChange
Event that fires when the ViewManager is creating or updating its view.
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. An AEMonitor can use this information to build its menus.
|
|||
|
|||
| string |
|
||
| boolean |
|
||
| dictionary |
|
||
|
Inherited from Inherited from |
|||
|
|||
| boolean |
gained Type of view change |
||
| string |
title Name of the root element of the new view (e.g. |
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Stores the type of view change and intializes the title attribute to an empty string.
|
Returns a human readable representation of this event including its name, its POR, its type, and the title of the new view.
|
Stores the name of the root element of the new view in the title attribute. Calls TierManager.TierManager.switchTier to switch to the appropriate Tier for this view. Calls TierManager.TierManager.manageEvent to allow it to dispatch this AEEvent to the active Tier and its registered Perk.
|
Fetches data out of this ViewChange for use by a Task.ViewTask.
|
|
|||
titleName of the root element of the new view (e.g. title of the foreground window)
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:16 2007 | http://epydoc.sourceforge.net |