org.fourthline.cling.support.igd.callback
Class GetExternalIP

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

public abstract class GetExternalIP
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
GetExternalIP(Service service)
           
 
Method Summary
 void success(ActionInvocation invocation)
           
protected abstract  void success(String externalIPAddress)
           
 
Methods inherited from class org.fourthline.cling.controlpoint.ActionCallback
createDefaultFailureMessage, failure, failure, getActionInvocation, getControlPoint, run, setControlPoint, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetExternalIP

public GetExternalIP(Service service)
Method Detail

success

public void success(ActionInvocation invocation)
Specified by:
success in class ActionCallback

success

protected abstract void success(String externalIPAddress)


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