fr.imag.adele.bundle.upnp.tv.model
Interface VolumeSelectorModel

All Known Implementing Classes:
VolumeSelectorModelImpl

public interface VolumeSelectorModel


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
 

Method Detail

setVolumeDB

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


setMute

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


getVolumeDB

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


getMute

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


incrementVolumeDB

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


decrementVolumeDB

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


getVolumeDBStateVariableValue

public Integer getVolumeDBStateVariableValue()

getMuteStateVariableValue

public Boolean getMuteStateVariableValue()