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

All Known Implementing Classes:
ChannelSelectorModelImpl

public interface ChannelSelectorModel


Method Summary
 void getChannel(fr.imag.adele.util.upnp.holder.IntegerHolder retChannelValue)
          This method is "add description here" retChannelValue out parameter
 Integer getChannelStateVariableValue()
           
 void setChannel(int newChannelValue)
          This method is "add description here" newChannelValue in parameter
 

Method Detail

setChannel

public void setChannel(int newChannelValue)
This method is "add description here" newChannelValue in parameter


getChannel

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


getChannelStateVariableValue

public Integer getChannelStateVariableValue()