- java.lang.Object
-
- org.praxislive.code.CodeDelegate
-
- org.praxislive.code.CodeContainerDelegate
-
- org.praxislive.core.code.CoreContainerDelegate
-
- All Implemented Interfaces:
DefaultDelegateAPI
public class CoreContainerDelegate extends CodeContainerDelegate implements DefaultDelegateAPI
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.praxislive.code.CodeContainerDelegate
CodeContainerDelegate.ProxyPorts
-
-
Constructor Summary
Constructors Constructor Description CoreContainerDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidstarting()voidstopping()voidupdate()-
Methods inherited from class org.praxislive.code.CodeContainerDelegate
children
-
Methods inherited from class org.praxislive.code.CodeDelegate
ask, ask, async, find, getLookup, isLoggable, log, log, log, log, millis, self, self, tell, tell, tell, tellIn, tellIn, tellIn, time, transmit, transmit, transmit
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.praxislive.code.DefaultDelegateAPI
abs, acos, array, array, array, asin, atan, atan2, b, b, b, B, constrain, constrain, cos, d, d, d, D, D, degrees, dist, dist, exp, i, i, i, I, I, lerp, log, map, max, max, max, max, max, max, min, min, min, min, min, min, norm, pow, radians, random, random, randomOf, randomOf, randomOf, round, s, s, S, sin, sq, sqrt, tan, V
-
-
-
-
Method Detail
-
init
public void init()
- Overrides:
initin classCodeContainerDelegate
-
starting
public void starting()
-
update
public void update()
-
stopping
public void stopping()
-
-