- java.lang.Object
-
- org.praxislive.code.CodeFactory<AudioCodeDelegate>
-
- org.praxislive.audio.code.AudioCodeFactory
-
public class AudioCodeFactory extends CodeFactory<AudioCodeDelegate>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.praxislive.code.CodeFactory
CodeFactory.Task<D extends CodeDelegate>
-
-
Constructor Summary
Constructors Constructor Description AudioCodeFactory(ComponentType type, Class<? extends AudioCodeDelegate> baseClass, String sourceTemplate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeFactory.Task<AudioCodeDelegate>task()Create a task for constructing a context or component from a delegate class.-
Methods inherited from class org.praxislive.code.CodeFactory
getClassBodyContext, getComponentType, getDefaultDelegateClass, getSourceTemplate
-
-
-
-
Constructor Detail
-
AudioCodeFactory
public AudioCodeFactory(ComponentType type, Class<? extends AudioCodeDelegate> baseClass, String sourceTemplate)
-
-
Method Detail
-
task
public CodeFactory.Task<AudioCodeDelegate> task()
Description copied from class:CodeFactoryCreate a task for constructing a context or component from a delegate class. This will return a suitable Task subclass that should be configured and used to create a context or component.- Specified by:
taskin classCodeFactory<AudioCodeDelegate>- Returns:
- code factory task
-
-