Vuo  0.8.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Instance Methods | Protected Attributes | List of all members
VuoSyphonServerNotifierInternal Class Reference

Description

Internal implementation of VuoSyphonServerNotifier.

Instance Methods

(id) - init
 Creates a notifier object that has not yet begun tracking notifications.
 
(void) - setNotificationFunction:
 Sets the function to call when the set of available Syphon servers has changed.
 
(void) - setNotificationObject:method:
 Sets the method to call when the set of available Syphon servers has changed.
 
(void) - start
 Starts tracking Syphon servers.
 
(void) - stop
 Stops tracking Syphon servers.
 

Protected Attributes

void(* serversChangedCallback )(VuoList_VuoSyphonServerDescription)
 Called when the set of available Syphon servers has changed.
 
id serversChangedObject
 Object for serversChangedMethod.
 
SEL serversChangedMethod
 Called when the set of available Syphon servers has changed.
 

Method Documentation

- (id) init

Creates a notifier object that has not yet begun tracking notifications.

- (void) setNotificationFunction: (VuoList_VuoSyphonServerDescription serversChangedCallback

Sets the function to call when the set of available Syphon servers has changed.

- (void) setNotificationObject: (id)  object
method: (SEL)  method 

Sets the method to call when the set of available Syphon servers has changed.

- (void) start (void) 

Starts tracking Syphon servers.

- (void) stop (void) 

Stops tracking Syphon servers.

Member Data Documentation

- (void(* serversChangedCallback)(VuoList_VuoSyphonServerDescription))
protected

Called when the set of available Syphon servers has changed.

- (SEL) serversChangedMethod
protected

Called when the set of available Syphon servers has changed.

- (id) serversChangedObject
protected

Object for serversChangedMethod.


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