ToiSchedulerScheduledStopEvent.idl
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef TOISCHEDULERSCHEDULEDSTOPEVENT_IDL
00016 #define TOISCHEDULERSCHEDULEDSTOPEVENT_IDL
00017 #include "TToiInvalidArgumentException.idl"
00018 #include "TToiNotEnoughResourcesException.idl"
00019 #include "TToiOperationNotSupportedException.idl"
00020 #include "TToiPermissionDeniedException.idl"
00021 #include "ToiSchedulerService.idl"
00022 #include "ToiEvent.idl"
00023
00031
00032
00033
00034
00035 interface ToiSchedulerScheduledStopEvent : ToiEvent {
00036 readonly attribute ToiSchedulerServiceBooking booking;
00037 };
00038 #endif