|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.openal.config.SounderConfig.Implementation
@EditorTypes(value={SounderConfig.Clip.class,SounderConfig.MetaClip.class,SounderConfig.VariableClip.class,SounderConfig.Stream.class,SounderConfig.MetaStream.class,SounderConfig.Conditional.class,SounderConfig.Compound.class,SounderConfig.Sequential.class,SounderConfig.Scripted.class,SounderConfig.Random.class,SounderConfig.Derived.class})
public abstract static class SounderConfig.ImplementationContains the actual implementation of the sounder.
| Constructor Summary | |
|---|---|
SounderConfig.Implementation()
|
|
| Method Summary | |
|---|---|
abstract Sounder.Implementation |
getSounderImplementation(AlContext ctx,
Scope scope,
Sounder.Implementation impl)
Creates or updates a sounder implementation for this configuration. |
void |
getUpdateReferences(ConfigReferenceSet refs)
Adds the implementation's update references to the provided set. |
void |
getUpdateResources(HashSet<String> paths)
Adds the implementation's update resources to the provided set. |
void |
invalidate()
Invalidates any cached data. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SounderConfig.Implementation()
| Method Detail |
|---|
public void getUpdateReferences(ConfigReferenceSet refs)
public void getUpdateResources(HashSet<String> paths)
public abstract Sounder.Implementation getSounderImplementation(AlContext ctx,
Scope scope,
Sounder.Implementation impl)
scope - the sounder's expression scope.impl - an existing implementation to reuse, if possible.
null if no implementation could be created.public void invalidate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||