Home | Trees | Indices | Help |
|
---|
|
The listener interface for receiving vty events. The class that is interested in processing a vty event should implement this interface.
Instance Methods | |||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
Invoked when the a vty event is received from the network element. Keyword argument: event An event object which indicates that an event occurred in a network element. clientData The clientData is an object that was passed in when application called an API to add/register the event listener. It is application's responsibility to cast the input clientData to appropriate class before using it. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:34 2014 | http://epydoc.sourceforge.net |