org.fourthline.cling.support.connectionmanager.callback
Class ConnectionComplete

java.lang.Object
  extended by org.fourthline.cling.controlpoint.ActionCallback
      extended by org.fourthline.cling.support.connectionmanager.callback.ConnectionComplete
All Implemented Interfaces:
Runnable

public abstract class ConnectionComplete
extends ActionCallback

Author:
Christian Bauer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.fourthline.cling.controlpoint.ActionCallback
ActionCallback.Default
 
Field Summary
 
Fields inherited from class org.fourthline.cling.controlpoint.ActionCallback
actionInvocation, controlPoint
 
Constructor Summary
protected ConnectionComplete(Service service, ControlPoint controlPoint, int connectionID)
           
  ConnectionComplete(Service service, int connectionID)
           
 
Method Summary
 
Methods inherited from class org.fourthline.cling.controlpoint.ActionCallback
createDefaultFailureMessage, failure, failure, 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

ConnectionComplete

public ConnectionComplete(Service service,
                          int connectionID)

ConnectionComplete

protected ConnectionComplete(Service service,
                             ControlPoint controlPoint,
                             int connectionID)


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.