org.tritonus.share.sampled.mixer
Class TControlController

java.lang.Object
  extended byorg.tritonus.share.sampled.mixer.TControlController
All Implemented Interfaces:
TControllable

public class TControlController
extends Object
implements TControllable

Base class for classes implementing Line.


Constructor Summary
TControlController()
           
 
Method Summary
 void commit()
           
 TCompoundControl getParentControl()
           
 void setParentControl(TCompoundControl compoundControl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TControlController

public TControlController()
Method Detail

setParentControl

public void setParentControl(TCompoundControl compoundControl)
Specified by:
setParentControl in interface TControllable

getParentControl

public TCompoundControl getParentControl()
Specified by:
getParentControl in interface TControllable

commit

public void commit()
Specified by:
commit in interface TControllable