#include <IInterfaceListObserver.h>
Public Member Functions | |
| virtual IMEXPORT void | InterfaceListChanged (InterfacePtr pInterface, UpdateTriggerType reason)=0 |
| virtual IMEXPORT | ~IInterfaceListObserver () |
Protected Member Functions | |
| IMEXPORT | IInterfaceListObserver () |
| IMEXPORT | IInterfaceListObserver (const IInterfaceListObserver &) |
| IMEXPORT IInterfaceListObserver & | operator= (const IInterfaceListObserver &) |
Definition at line 39 of file IInterfaceListObserver.h.
| virtual IMEXPORT AVT::VmbAPI::IInterfaceListObserver::~IInterfaceListObserver | ( | ) | [inline, virtual] |
Definition at line 60 of file IInterfaceListObserver.h.
| IMEXPORT AVT::VmbAPI::IInterfaceListObserver::IInterfaceListObserver | ( | ) | [inline, protected] |
Definition at line 63 of file IInterfaceListObserver.h.
| IMEXPORT AVT::VmbAPI::IInterfaceListObserver::IInterfaceListObserver | ( | const IInterfaceListObserver & | ) | [inline, protected] |
Definition at line 64 of file IInterfaceListObserver.h.
| virtual IMEXPORT void AVT::VmbAPI::IInterfaceListObserver::InterfaceListChanged | ( | InterfacePtr | pInterface, |
| UpdateTriggerType | reason | ||
| ) | [pure virtual] |
| IMEXPORT IInterfaceListObserver& AVT::VmbAPI::IInterfaceListObserver::operator= | ( | const IInterfaceListObserver & | ) | [inline, protected] |
Definition at line 65 of file IInterfaceListObserver.h.