com.threerings.openal.config
Class SounderConfig.Case

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.openal.config.SounderConfig.Case
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
SounderConfig

public static class SounderConfig.Case
extends DeepObject
implements Exportable

A case within a conditional sounder


Field Summary
 BooleanExpression condition
          The condition for the case.
 ConfigReference<SounderConfig> sounder
          The sound reference.
 
Constructor Summary
SounderConfig.Case()
           
 
Method Summary
 
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
 

Field Detail

condition

@Editable
public BooleanExpression condition
The condition for the case.


sounder

@Editable(nullable=true)
public ConfigReference<SounderConfig> sounder
The sound reference.

Constructor Detail

SounderConfig.Case

public SounderConfig.Case()


Copyright © 2011. All Rights Reserved.