Uses of Class
org.praxislive.base.AbstractRoot.Delegate
-
Packages that use AbstractRoot.Delegate Package Description org.praxislive.base -
-
Uses of AbstractRoot.Delegate in org.praxislive.base
Methods in org.praxislive.base with parameters of type AbstractRoot.Delegate Modifier and Type Method Description protected void
AbstractRoot. attachDelegate(AbstractRoot.Delegate delegate)
Attach aAbstractRoot.Delegate
to this Root.protected void
AbstractRoot. detachDelegate(AbstractRoot.Delegate delegate)
Detach the provide delegate (if it is attached).
-