jondo.demo
Class ForwardingListenerAdapter

java.lang.Object
  extended by jondo.demo.ForwardingListenerAdapter
All Implemented Interfaces:
java.util.EventListener, IForwardingListener

public class ForwardingListenerAdapter
extends java.lang.Object
implements IForwardingListener


Constructor Summary
ForwardingListenerAdapter()
           
 
Method Summary
 void registerFailed(java.lang.Exception a_e, int a_port)
           
 void registerFinished(int a_port)
           
 void registeringAtInfoServices()
           
 void registeringAtInfoServices(java.lang.String a_host, int a_port)
           
 void startedForwardingServer(java.lang.String a_host, java.util.Vector<java.lang.Integer> a_port)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardingListenerAdapter

public ForwardingListenerAdapter()
Method Detail

startedForwardingServer

public void startedForwardingServer(java.lang.String a_host,
                                    java.util.Vector<java.lang.Integer> a_port)
Specified by:
startedForwardingServer in interface IForwardingListener

registeringAtInfoServices

public void registeringAtInfoServices()
Specified by:
registeringAtInfoServices in interface IForwardingListener

registeringAtInfoServices

public void registeringAtInfoServices(java.lang.String a_host,
                                      int a_port)
Specified by:
registeringAtInfoServices in interface IForwardingListener

registerFinished

public void registerFinished(int a_port)
Specified by:
registerFinished in interface IForwardingListener

registerFailed

public void registerFailed(java.lang.Exception a_e,
                           int a_port)
Specified by:
registerFailed in interface IForwardingListener