Uses of Class
org.fourthline.cling.support.lastchange.LastChange

Packages that use LastChange
org.fourthline.cling.support.avtransport   
org.fourthline.cling.support.avtransport.impl   
org.fourthline.cling.support.lastchange   
org.fourthline.cling.support.model   
org.fourthline.cling.support.renderingcontrol   
 

Uses of LastChange in org.fourthline.cling.support.avtransport
 

Methods in org.fourthline.cling.support.avtransport that return LastChange
 LastChange AbstractAVTransportService.getLastChange()
           
 

Methods in org.fourthline.cling.support.avtransport with parameters of type LastChange
 void AbstractAVTransportService.appendCurrentState(LastChange lc, UnsignedIntegerFourBytes instanceId)
           
 

Constructors in org.fourthline.cling.support.avtransport with parameters of type LastChange
AbstractAVTransportService(LastChange lastChange)
           
AbstractAVTransportService(PropertyChangeSupport propertyChangeSupport, LastChange lastChange)
           
 

Uses of LastChange in org.fourthline.cling.support.avtransport.impl
 

Methods in org.fourthline.cling.support.avtransport.impl with parameters of type LastChange
protected  AVTransport AVTransportService.createTransport(UnsignedIntegerFourBytes instanceId, LastChange lastChange)
           
 

Uses of LastChange in org.fourthline.cling.support.lastchange
 

Methods in org.fourthline.cling.support.lastchange that return LastChange
 LastChange LastChangeDelegator.getLastChange()
           
 

Methods in org.fourthline.cling.support.lastchange with parameters of type LastChange
 void LastChangeDelegator.appendCurrentState(LastChange lc, UnsignedIntegerFourBytes instanceId)
           
 

Uses of LastChange in org.fourthline.cling.support.model
 

Fields in org.fourthline.cling.support.model declared as LastChange
protected  LastChange AVTransport.lastChange
           
 

Methods in org.fourthline.cling.support.model that return LastChange
 LastChange AVTransport.getLastChange()
           
 

Constructors in org.fourthline.cling.support.model with parameters of type LastChange
AVTransport(UnsignedIntegerFourBytes instanceID, LastChange lastChange, StorageMedium possiblePlayMedium)
           
AVTransport(UnsignedIntegerFourBytes instanceID, LastChange lastChange, StorageMedium[] possiblePlayMedia)
           
 

Uses of LastChange in org.fourthline.cling.support.renderingcontrol
 

Methods in org.fourthline.cling.support.renderingcontrol that return LastChange
 LastChange AbstractAudioRenderingControl.getLastChange()
           
 

Methods in org.fourthline.cling.support.renderingcontrol with parameters of type LastChange
 void AbstractAudioRenderingControl.appendCurrentState(LastChange lc, UnsignedIntegerFourBytes instanceId)
           
 

Constructors in org.fourthline.cling.support.renderingcontrol with parameters of type LastChange
AbstractAudioRenderingControl(LastChange lastChange)
           
AbstractAudioRenderingControl(PropertyChangeSupport propertyChangeSupport, LastChange lastChange)
           
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.