org.teleal.cling.controlpoint
Class ActionCallback
java.lang.Object
org.teleal.cling.controlpoint.ActionCallback
- All Implemented Interfaces:
- Runnable
public abstract class ActionCallback
- extends Object
- implements Runnable
actionInvocation
protected final ActionInvocation actionInvocation
controlPoint
protected ControlPoint controlPoint
ActionCallback
protected ActionCallback(ActionInvocation actionInvocation,
ControlPoint controlPoint)
ActionCallback
protected ActionCallback(ActionInvocation actionInvocation)
getActionInvocation
public ActionInvocation getActionInvocation()
getControlPoint
public ControlPoint getControlPoint()
setControlPoint
public void setControlPoint(ControlPoint controlPoint)
run
public void run()
- Specified by:
run
in interface Runnable
createDefaultFailureMessage
protected String createDefaultFailureMessage(ActionInvocation actionInvocation,
UpnpResponse operation)
success
public abstract void success(ActionInvocation actionInvocation)
failure
public abstract void failure(ActionInvocation actionInvocation,
UpnpResponse operation)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.