Vuo  2.3.2
Instance Methods | Protected Attributes | List of all members
VuoSyphonServerNotifierInternal Class Reference

Description

Internal implementation of VuoSyphonServerNotifier.

Definition at line 35 of file VuoSyphonServerNotifier.m.

Instance Methods

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

Protected Attributes

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

Method Documentation

◆ init

- (id) init (void) 

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

Definition at line 39 of file VuoSyphonServerNotifier.m.

◆ setNotificationFunction:

- (void) setNotificationFunction: (void(*)(VuoList_VuoSyphonServerDescription))  serversChangedCallback

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

Definition at line 39 of file VuoSyphonServerNotifier.m.

◆ setNotificationObject:method:

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

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

Definition at line 39 of file VuoSyphonServerNotifier.m.

◆ start

- (void) start (void) 

Starts tracking Syphon servers.

Definition at line 39 of file VuoSyphonServerNotifier.m.

◆ stop

- (void) stop (void) 

Stops tracking Syphon servers.

Definition at line 39 of file VuoSyphonServerNotifier.m.

Member Data Documentation

◆ serversChangedCallback

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

Called when the set of available Syphon servers has changed.

Definition at line 37 of file VuoSyphonServerNotifier.m.

◆ serversChangedMethod

- (SEL) serversChangedMethod
protected

Called when the set of available Syphon servers has changed.

Definition at line 39 of file VuoSyphonServerNotifier.m.

◆ serversChangedObject

- (id) serversChangedObject
protected

Object for serversChangedMethod.

Definition at line 38 of file VuoSyphonServerNotifier.m.


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