Called when the Domain Listener is removed from the DOF.
Use this callback to free resources associated with the listener or free the listener itself if it was allocated.
- Note
- This callback may be
NULL
to ignore notification of removal.
- Parameters
-
self | This listener. This will never be NULL . |
dof | The DOF where this listener was added. This will never be NULL . |
exception | An exception that caused the listener to be removed prematurely. This will be null if the application removed the listener normally. |
- See Also
- DOF_RemoveDomainListener