Uses of Class
com.webhiker.dreambox.api.status.Status

Packages that use Status
com.webhiker.dreambox.api   
 

Uses of Status in com.webhiker.dreambox.api
 

Methods in com.webhiker.dreambox.api that return Status
 Status DreamboxAPI.getStatus()
          Gets the status of the stream for the currently showing channel.
 

Methods in com.webhiker.dreambox.api with parameters of type Status
 void DreamboxListener.handleDolbyChangedEvent(Status status)
          Handle dolby changed event.
 void DreamboxListener.handleMuteChangedEvent(Status status)
          Handle mute changed event.
 void DreamboxListener.handleNextProgramNameChangedEvent(Status status)
          Handle next program name changed event.
 void DreamboxListener.handleNextProgramStartTimeChangedEvent(Status status)
          Handle next program start time changed event.
 void DreamboxListener.handleProgramNameChangedEvent(Status status)
          Handle program name changed event.
 void DreamboxListener.handleProgramStartTimeChangedEvent(Status status)
          Handle program start time changed event.
 void DreamboxListener.handleRecordingChangedEvent(Status status)
          Handle recording changed event.
 void DreamboxListener.handleServiceNameChanged(Status status)
          Handle channel name changed.
 void DreamboxListener.handleServiceReferenceChangedEvent(Status status)
          Handle service reference changed event.
 void DreamboxListener.handleStandbyChangedEvent(Status status)
          Handle standby changed event.
 void DreamboxListener.handleUpdateDelayChangedEvent(Status status)
          Handle update delay changed event.
 void DreamboxListener.handleVLCURLChangedEvent(Status status)
          Handle vlcurl changed event.
 void DreamboxListener.handleVolumeChangedEvent(Status status)
          Handle volume changed event.