fr.imag.adele.bundle.upnp.tv.impl
Class VolumeSelectorModelImpl

java.lang.Object
  extended byfr.imag.adele.bundle.upnp.tv.impl.VolumeSelectorModelImpl
All Implemented Interfaces:
VolumeSelectorModel

public class VolumeSelectorModelImpl
extends Object
implements VolumeSelectorModel


Constructor Summary
VolumeSelectorModelImpl()
           
 
Method Summary
 void decrementVolumeDB(fr.imag.adele.util.upnp.holder.IntegerHolder retVolumeDBValue)
          This method is "add description here" retVolumeDBValue out parameter
 void getMute(fr.imag.adele.util.upnp.holder.BooleanHolder currentMute)
          This method is "add description here" currentMute out parameter
 Boolean getMuteStateVariableValue()
           
 void getVolumeDB(fr.imag.adele.util.upnp.holder.IntegerHolder retVolumeDBValue)
          This method is "add description here" retVolumeDBValue out parameter
 Integer getVolumeDBStateVariableValue()
           
 void incrementVolumeDB(fr.imag.adele.util.upnp.holder.IntegerHolder retVolumeDBValue)
          This method is "add description here" retVolumeDBValue out parameter
 void setMute(boolean newMute)
          This method is "add description here" newMute in parameter
 void setVolumeDB(int newVolumeDBValue)
          This method is "add description here" newVolumeDBValue in parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VolumeSelectorModelImpl

public VolumeSelectorModelImpl()
Method Detail

setVolumeDB

public void setVolumeDB(int newVolumeDBValue)
This method is "add description here" newVolumeDBValue in parameter

Specified by:
setVolumeDB in interface VolumeSelectorModel

setMute

public void setMute(boolean newMute)
This method is "add description here" newMute in parameter

Specified by:
setMute in interface VolumeSelectorModel

getVolumeDB

public void getVolumeDB(fr.imag.adele.util.upnp.holder.IntegerHolder retVolumeDBValue)
This method is "add description here" retVolumeDBValue out parameter

Specified by:
getVolumeDB in interface VolumeSelectorModel

getMute

public void getMute(fr.imag.adele.util.upnp.holder.BooleanHolder currentMute)
This method is "add description here" currentMute out parameter

Specified by:
getMute in interface VolumeSelectorModel

incrementVolumeDB

public void incrementVolumeDB(fr.imag.adele.util.upnp.holder.IntegerHolder retVolumeDBValue)
This method is "add description here" retVolumeDBValue out parameter

Specified by:
incrementVolumeDB in interface VolumeSelectorModel

decrementVolumeDB

public void decrementVolumeDB(fr.imag.adele.util.upnp.holder.IntegerHolder retVolumeDBValue)
This method is "add description here" retVolumeDBValue out parameter

Specified by:
decrementVolumeDB in interface VolumeSelectorModel

getVolumeDBStateVariableValue

public Integer getVolumeDBStateVariableValue()
Specified by:
getVolumeDBStateVariableValue in interface VolumeSelectorModel

getMuteStateVariableValue

public Boolean getMuteStateVariableValue()
Specified by:
getMuteStateVariableValue in interface VolumeSelectorModel