org.tritonus.share.sampled.mixer
Interface TControllable

All Known Implementing Classes:
TCompoundControl, TControlController, TEnumControl, TFloatControl, TBooleanControl

public interface TControllable


Method Summary
 void commit()
           
 TCompoundControl getParentControl()
           
 void setParentControl(TCompoundControl compoundControl)
           
 

Method Detail

setParentControl

void setParentControl(TCompoundControl compoundControl)

getParentControl

TCompoundControl getParentControl()

commit

void commit()