oscP5 / OscProperties / setEventMethod( )

name
setEventMethod ( )
description
set the name of the default event method. the event method is the method to which incoming osc messages are forwarded. the default name for the event method is "oscEvent" 
Syntax
setEventMethod(theEventMethod);
parameters
theEventMethodString 


Returns
None
Usage
Web & Application
Related