ctrlX Data Layer API for Python  1.6.0
The ctrlX Data Layer API allows access to the ctrlX Data Layer with Python
ProviderNodeCallbacks Class Reference

Public Member Functions

def __init__ (self, NodeFunctionData on_create, NodeFunction on_remove, NodeFunction on_browse, NodeFunctionData on_read, NodeFunctionData on_write, NodeFunction on_metadata)
 

Public Attributes

 on_browse
 
 on_create
 
 on_metadata
 
 on_read
 
 on_remove
 
 on_write
 

Detailed Description

Provider Node callbacks interface.

Definition at line 55 of file provider_node.py.