org.teleal.cling.support.igd
Class GetExternalIPCallback

java.lang.Object
  extended by org.teleal.cling.controlpoint.ActionCallback
      extended by org.teleal.cling.support.igd.GetExternalIPCallback
All Implemented Interfaces:
java.lang.Runnable

public abstract class GetExternalIPCallback
extends org.teleal.cling.controlpoint.ActionCallback

Author:
Christian Bauer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.controlpoint.ActionCallback
org.teleal.cling.controlpoint.ActionCallback.Default
 
Field Summary
 
Fields inherited from class org.teleal.cling.controlpoint.ActionCallback
actionInvocation, controlPoint
 
Constructor Summary
GetExternalIPCallback(org.teleal.cling.model.meta.Service service)
           
 
Method Summary
 void success(org.teleal.cling.model.action.ActionInvocation invocation)
           
protected abstract  void success(java.lang.String externalIPAddress)
           
 
Methods inherited from class org.teleal.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 Detail

GetExternalIPCallback

public GetExternalIPCallback(org.teleal.cling.model.meta.Service service)
Method Detail

success

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

success

protected abstract void success(java.lang.String externalIPAddress)


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.