IToiSchedulerObserver Interface Reference
Description
Interface to receive notfications regarding status of scheduling requests and bookings. Callbacks will only be generated for the filtered categories.
- See also:
- IToiSchedulerService::SetFilter()
- Note:
- Services or applications may choose to inherit the adapter class TToiSchedulerObserverAdapter, which provides a default empty implementation of IToiSchedulerObserver.
import "IToiSchedulerObserver.idl";
List of all members.
Member Function Documentation
oneway void IToiSchedulerObserver::OnBookingsAdded |
( |
in IToiSchedulerService::TToiBookingSequence |
bookings |
) |
|
This function will be called when one or several bookings are created.
- Parameters:
-
| bookings | Info for the added bookings. |
oneway void IToiSchedulerObserver::OnBookingsChanged |
( |
in IToiSchedulerService::TToiBookingSequence |
bookings |
) |
|
This function will be called when one or several bookings are changed.
- Parameters:
-
| bookings | Info for the changed bookings. |
oneway void IToiSchedulerObserver::OnBookingsRemoved |
( |
in IToiSchedulerService::TToiBookingSequence |
bookings |
) |
|
This function will be called when one or several bookings are removed.
- Parameters:
-
| bookings | Info for the removed bookings. |
This function will be called when the start timestamp of a booking is reached. If an application starts observing the booking after start timestamp has passed, it will receive no such callback.
- Parameters:
-
| booking | Info for the booking scheduled for start. |
This function will be called when the stop timestamp of a booking is reached.
- Parameters:
-
| booking | Info for the booking scheduled for stop. |
This function will be called when the delta timestamp before or after the start of a booking is reached.
- Parameters:
-
| booking | Info for the triggered booking. |
| delta | Delta time in seconds since start point of the booking. |
- Technical Preview:
- This method is a TECHNICAL PREVIEW, it may change. This function will be called when a series is changed.
- Parameters:
-
| series | Info for the changed series. |