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

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

public class ChannelSelectorModelImpl
extends Object
implements ChannelSelectorModel


Constructor Summary
ChannelSelectorModelImpl()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelSelectorModelImpl

public ChannelSelectorModelImpl()
Method Detail

setChannel

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

Specified by:
setChannel in interface ChannelSelectorModel

getChannel

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

Specified by:
getChannel in interface ChannelSelectorModel

getChannelStateVariableValue

public Integer getChannelStateVariableValue()
Specified by:
getChannelStateVariableValue in interface ChannelSelectorModel