OpenDOF Project
void(* DOFRuntimeConnectionStateListener::DOFRuntimeConnectionStateListenerFns_t::Removed)(DOFRuntimeConnectionStateListener self, DOFRuntime runtime, DOFException except)

Called when this listener is removed from the DOFRuntime, either through use of DOFRuntime_RemoveConnectionListener or because an exception caused the listener to be removed.

Use this callback to free any memory, resources, or data allocated in association with this listener. After this callback is called, the listener will no longer be called.

This callback may be NULL to ignore notification of removal.

Parameters
selfThe listener object. This will never be NULL.
runtimeThe DOFRuntime on which the listener was added. This will never be NULL.
exceptThe exception that caused this listener to be removed. This will be NULL if the listener was removed normally.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31