Class UpnpActionCallback

java.lang.Object
org.fourthline.cling.controlpoint.ActionCallback
org.eblocker.server.upnp.UpnpActionCallback
All Implemented Interfaces:
Runnable

public class UpnpActionCallback extends org.fourthline.cling.controlpoint.ActionCallback
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.fourthline.cling.controlpoint.ActionCallback

    org.fourthline.cling.controlpoint.ActionCallback.Default
  • Field Summary

    Fields inherited from class org.fourthline.cling.controlpoint.ActionCallback

    actionInvocation, controlPoint
  • Constructor Summary

    Constructors
    Constructor
    Description
    UpnpActionCallback(org.fourthline.cling.model.action.ActionInvocation<?> actionInvocation, org.fourthline.cling.controlpoint.ControlPoint controlPoint)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    failure(org.fourthline.cling.model.action.ActionInvocation invocation, org.fourthline.cling.model.message.UpnpResponse operation, String defaultMsg)
     
    void
    success(org.fourthline.cling.model.action.ActionInvocation invocation)
     

    Methods inherited from class org.fourthline.cling.controlpoint.ActionCallback

    createDefaultFailureMessage, failure, getActionInvocation, getControlPoint, run, setControlPoint, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UpnpActionCallback

      @Inject public UpnpActionCallback(org.fourthline.cling.model.action.ActionInvocation<?> actionInvocation, org.fourthline.cling.controlpoint.ControlPoint controlPoint)
  • Method Details

    • success

      public void success(org.fourthline.cling.model.action.ActionInvocation invocation)
      Specified by:
      success in class org.fourthline.cling.controlpoint.ActionCallback
    • failure

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