# INotificationEvents

### _INotificationEvents

Description:

`_INotifiactionEvent` is an event interface for processing `Notifications`.
```cpp
import "OxSvrSpt.idl"
```
Public Methods:
```cpp
void Notify([in, out] INotifyJob **Job)
```
Parameters:

: `Job` interface for accessing the input and output parameters of the
notification. This behaves equivalently to the `IJob` interface.
