Event that fires when the caret moves in an accessible.
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.
|
|
__init__(self,
por,
text,
text_offset,
added=None,
**kwargs)
Calls the base class (which set the event priority) and then stores
the text and offset to be passed along to the Tier as part of the
event. |
source code
|
|
|
string
|
__str__(self)
Returns a human readable representation of this event including its
name, its text, its text offset, and whether the text was added,
removed, or moved. |
source code
|
|
|
boolean
|
|
|
POR
|
|
|
dictionary
|
|
|
Inherited from Base.AccessEngineEvent:
getAppID,
getLayer,
getPOR,
getPriority,
getTimestamp,
setLayer,
setPriority
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__
|