nn::nex::CallbackRoot Class

Syntax

class CallbackRoot : public nn::nex::RootObject

Description

Root class for callbacks that are called when asynchronous processing ends.

This is the root class for user-defined callbacks. If you register a class that inherits from CallbackRoot using the CallContext::RegisterCompletionCallback function, the object is destroyed after the CallbackRootCallObjectMethod function is called at the end of asynchronous processing.

Class Hierarchy

nn::nex::RootObject
  nn::nex::CallbackRoot

See Also

CallContext

Revision History

2011/01/27
Initial version.

CONFIDENTIAL