| Trees | Indices | Help |
|---|
|
|
object --+
|
AccessEngineEvent
Most base class for all AccessEngine events. Supports the concept of a priority which may be used to prioritize event execution.
|
|||
|
|||
| string |
|
||
| boolean |
|
||
| integer |
|
||
|
|||
|
|||
| integer |
|
||
| dictionary |
|
||
| float |
|
||
| POR |
|
||
| opaque object |
|
||
|
Inherited from |
|||
|
|||
| boolean |
focused Was the source of the event focused at the time of event creation? |
||
| POR |
por Point of regard associated with this event |
||
| integer |
priority Priority of this event |
||
|
|||
|
Inherited from |
|||
|
|||
Stores the event priority and whether the event source was focused or not.
|
Returns the name of this event.
|
Executes the logic that will handle this event. The EventManager can provide whatever arguments are necessary for an AEEvent subclass to execute as keyword arguments. It is up to the subclass to unpack and use the arguments it needs by name. See EventManager.EventManager._executeEvent for the arguments provided.
|
|
|
|
Gets the layer for this event. If the POR is marked as imcomplete, builds a complete POR and then determines if the proper POR is in a different layer than the one originally computed.
|
Fetches data out of an AccessEngineEvent for use by a Task. This method must be implemented by any AEEvent that will be handled by TierManager.TierManager.manageEvent or TierManager.TierManager.manageGesture.
|
Gets the timestamp for when the event occurred.
|
|
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:16 2007 | http://epydoc.sourceforge.net |