org.teleal.cling.support.avtransport.callback
Class SeekActionCallback

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

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

Author:
Christian Bauer

Field Summary
 
Fields inherited from class org.teleal.cling.controlpoint.ActionCallback
actionInvocation, controlPoint
 
Constructor Summary
SeekActionCallback(org.teleal.cling.model.meta.DeviceService service, SeekMode mode, java.lang.String target)
           
SeekActionCallback(org.teleal.cling.model.meta.DeviceService service, java.lang.String relativeTimeTarget)
           
SeekActionCallback(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId, org.teleal.cling.model.meta.DeviceService service, SeekMode mode, java.lang.String target)
           
SeekActionCallback(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId, org.teleal.cling.model.meta.DeviceService service, java.lang.String relativeTimeTarget)
           
 
Method Summary
 void failure(org.teleal.cling.model.action.ActionInvocation actionInvocation, org.teleal.cling.model.message.UpnpResponse operation)
           
abstract  void failure(java.lang.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

SeekActionCallback

public SeekActionCallback(org.teleal.cling.model.meta.DeviceService service,
                          java.lang.String relativeTimeTarget)

SeekActionCallback

public SeekActionCallback(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
                          org.teleal.cling.model.meta.DeviceService service,
                          java.lang.String relativeTimeTarget)

SeekActionCallback

public SeekActionCallback(org.teleal.cling.model.meta.DeviceService service,
                          SeekMode mode,
                          java.lang.String target)

SeekActionCallback

public SeekActionCallback(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
                          org.teleal.cling.model.meta.DeviceService service,
                          SeekMode mode,
                          java.lang.String target)
Method Detail

failure

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

failure

public abstract void failure(java.lang.String failureMessage)


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