Home | Trees | Indices | Help |
|
---|
|
The listener interface for receiving interface create/delete events. The class that is interested in processing an interface create/delete event should implement this interface.
Listener will be notified as and when an interface creation or deletion event is received.
The online insertion and removal (OIR) for physical ports are also notified as interface create and delete events on logical interfaces that have an associated physical interface. The application can glean this info from the type of the interface
Internal data structures allocated while creating an event are reused if the interface is deleted and created again. Hence, create event for interface is seen only the first time the interface gets created.
Delete event on the other hand is seen every time the interface is deleted.
Instance Methods | |||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
Invoked when an interface creation or deletion event is received. The online insertion and removal (OIR) for physical ports are also notified as interface create and delete events on logical interfaces that have an associated physical interface. The application can glean this info from the type of the interface
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:29 2014 | http://epydoc.sourceforge.net |