Home | Trees | Indices | Help |
|
---|
|
This abstract class is meant to be implemented by a any class acting as a event object.
Instance Methods | |||
|
|||
|
|||
Inherited from |
Class Variables | |
OnepAsyncMsgType = AsyncMsg.OnepAsyncMsgType
|
Instance Variables | |
src_ne The Network Element associated with the event |
Properties | |
Inherited from |
Method Details |
Constructor for AsyncMsg class. Keyword argument: eventHandle Event ID is a unique ID to identify which event listener should receive the event . type Event type, for example OnepConstants.EVENT_TYPE_SYSLOG represent a syslog event type.
|
This method must be implemented by substantial class to specify what action to do when a event is processed in the event queue. Typically an action would be invoking client's event listener. Keyword argument: source The source of the event. For example, the source of a syslog event would be a NetworkElement object. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:26 2014 | http://epydoc.sourceforge.net |