Package onep :: Package vty :: Module VtyService :: Class VtyService :: Class Listener
[frames] | no frames]

Class Listener


For internal use

Instance Methods
 
handleEvent(self, event, clientData)
Invoked when the a vty event is received from the network element.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

handleEvent(self, event, clientData)

 

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.

Overrides: VtyListener.VtyListener.handleEvent