Uses of Class
org.fourthline.cling.controlpoint.ActionCallback

Packages that use ActionCallback
org.fourthline.cling.controlpoint   
org.fourthline.cling.controlpoint.event   
 

Uses of ActionCallback in org.fourthline.cling.controlpoint
 

Subclasses of ActionCallback in org.fourthline.cling.controlpoint
static class ActionCallback.Default
          Empty implementation of callback methods, simplifies synchronous execution of an ActionInvocation.
 

Methods in org.fourthline.cling.controlpoint that return ActionCallback
 ActionCallback ActionCallback.setControlPoint(ControlPoint controlPoint)
           
 

Methods in org.fourthline.cling.controlpoint with parameters of type ActionCallback
 Future ControlPointImpl.execute(ActionCallback callback)
           
 Future ControlPoint.execute(ActionCallback callback)
           
 

Uses of ActionCallback in org.fourthline.cling.controlpoint.event
 

Fields in org.fourthline.cling.controlpoint.event declared as ActionCallback
protected  ActionCallback ExecuteAction.callback
           
 

Methods in org.fourthline.cling.controlpoint.event that return ActionCallback
 ActionCallback ExecuteAction.getCallback()
           
 

Constructors in org.fourthline.cling.controlpoint.event with parameters of type ActionCallback
ExecuteAction(ActionCallback callback)
           
 



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