| Trees | Indices | Help |
|---|
|
|
object --+
|
UIElement.UIE --+
|
AEMonitor
Most abstract base class for all AEMonitor displays.
This class is abstract as most of its methods raise NotImplementedError and need to be overriden in subclasses.
|
|||
|
|||
| boolean |
|
||
|
|||
|
|||
| class |
|
||
| list of string |
|
||
| list of string |
|
||
|
|||
|
Inherited from Inherited from |
|||
|
|||
| boolean |
is_init Is the monitor initialized via the init method? |
||
|
|||
|
Inherited from |
|||
|
|||
Sets the is_init flag to False.
|
Gets if the monitor is initialized or not.
|
Sets the is_init flag to True. Subclasses should override this method to create and show their monitor's UI. |
Sets the is_init flag to False. Subclasses should override this method to hide and destroy their monitor's UI. |
Abstract method. Gets the base class indicating the type of event of interest to this monitor.
|
Abstract method. Gets names identifying all possible kinds of events to be monitored. The names are used to determine which events are actually buffered once received by the monitor and which are ignored.
|
Abstract method. Gets the names of events returned by getEventNames that will be buffered by default.
|
Abstract method. Buffers the given key word arguments. It is up to the monitor that implements this method to decide how to interpret and show the given data.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:17 2007 | http://epydoc.sourceforge.net |