- java.lang.Object
-
- org.praxislive.base.AbstractAsyncControl
-
- org.praxislive.base.AbstractContainer.AddChildControl
-
- All Implemented Interfaces:
org.praxislive.core.Control
- Enclosing class:
- AbstractContainer
protected class AbstractContainer.AddChildControl extends AbstractAsyncControl
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAddChildControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.praxislive.core.CallprocessInvoke(org.praxislive.core.Call call)protected org.praxislive.core.CallprocessResponse(org.praxislive.core.Call call)-
Methods inherited from class org.praxislive.base.AbstractAsyncControl
call, getActiveCall, processError
-
-
-
-
Method Detail
-
processInvoke
protected org.praxislive.core.Call processInvoke(org.praxislive.core.Call call) throws Exception- Specified by:
processInvokein classAbstractAsyncControl- Throws:
Exception
-
processResponse
protected org.praxislive.core.Call processResponse(org.praxislive.core.Call call) throws Exception- Specified by:
processResponsein classAbstractAsyncControl- Throws:
Exception
-
-