00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef TOINETDEVICEINTERFACECHANGEDEVENT_IDL
00016 #define TOINETDEVICEINTERFACECHANGEDEVENT_IDL
00017 #include "TToiInvalidArgumentException.idl"
00018 #include "TToiOperationNotSupportedException.idl"
00019 #include "ToiNetConfiguration.idl"
00020 #include "TToiInvalidPreconditionException.idl"
00021 #include "ToiNetIpDevice.idl"
00022 #include "ToiEvent.idl"
00023
00031
00032
00033 interface ToiNetDeviceInterfaceChangedEvent : ToiEvent {
00034 readonly attribute ToiNetConfigurationNetDeviceDescriptor device;
00035 readonly attribute ToiNetIpDeviceInterfaceInfo info;
00036 };
00037 #endif