nn::nex::OperationCallback Class

Syntax

class OperationCallback : public nn::nex::RootObject

Description

Defines callback functions for system operations.

In order to implement the callback function for the given system operation (Operation), you need to create a derived class from this class and then use the OperationManager::RegisterCallback function to register the implementation of CallMethod to OperationManager. The OperationCallback class is used to get information, such as why a station has left a session, or details about the migration of a duplicated object (where control over the duplicated object moves from one station to another).

Member Functions

OperationCallback Initializes an object.
PV CallMethod Implements this OperationCallback.
GetPriority Gets the priority of OperationCallback.

Class Hierarchy

nn::nex::RootObject
  nn::nex::OperationCallback

See Also

OperationManager

Revision History

2011/01/27
Initial version.

CONFIDENTIAL