org.teleal.cling.support.renderingcontrol.callback
Class SetMuteActionCallback

java.lang.Object
  extended by org.teleal.cling.controlpoint.ActionCallback
      extended by org.teleal.cling.support.renderingcontrol.callback.SetMuteActionCallback
All Implemented Interfaces:
Runnable

public abstract class SetMuteActionCallback
extends org.teleal.cling.controlpoint.ActionCallback

Author:
Christian Bauer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.controlpoint.ActionCallback
org.teleal.cling.controlpoint.ActionCallback.Default
 
Field Summary
 
Fields inherited from class org.teleal.cling.controlpoint.ActionCallback
actionInvocation, controlPoint
 
Constructor Summary
SetMuteActionCallback(org.teleal.cling.model.meta.Service service, boolean desiredMute)
           
SetMuteActionCallback(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId, org.teleal.cling.model.meta.Service service, boolean desiredMute)
           
 
Method Summary
 void failure(org.teleal.cling.model.action.ActionInvocation invocation, org.teleal.cling.model.message.UpnpResponse operation)
           
abstract  void failure(String failureMessage)
           
 
Methods inherited from class org.teleal.cling.controlpoint.ActionCallback
createDefaultFailureMessage, getActionInvocation, getControlPoint, run, setControlPoint, success, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetMuteActionCallback

public SetMuteActionCallback(org.teleal.cling.model.meta.Service service,
                             boolean desiredMute)

SetMuteActionCallback

public SetMuteActionCallback(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
                             org.teleal.cling.model.meta.Service service,
                             boolean desiredMute)
Method Detail

failure

public void failure(org.teleal.cling.model.action.ActionInvocation invocation,
                    org.teleal.cling.model.message.UpnpResponse operation)
Specified by:
failure in class org.teleal.cling.controlpoint.ActionCallback

failure

public abstract void failure(String failureMessage)


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.