vvopensource
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
Instance Methods
<OSCNodeDelegateProtocol> Protocol Reference

Delegates of OSCNode must respond to all three of these methods. More...

#import <OSCNode.h>

Instance Methods

(void) - node:receivedOSCMessage:
 The receiver is passed the node which received the message as well as the received message.
 
(void) - nodeNameChanged:
 This method is called whenever the passed node's name or address path changes (if the node's parent's name changes, this method will get called).
 
(void) - nodeDeleted:
 This method is called when the passed node is about to be deleted- if your delegate receives this method, it should immediately get rid of any references it has to the passed node.
 

Detailed Description

Delegates of OSCNode must respond to all three of these methods.


The documentation for this protocol was generated from the following file: