gate.gui
Class NameBearerHandle.ProxyStatusListener

java.lang.Object
  extended by gate.gui.NameBearerHandle.ProxyStatusListener
All Implemented Interfaces:
StatusListener, EventListener
Enclosing class:
NameBearerHandle

 class NameBearerHandle.ProxyStatusListener
extends Object
implements StatusListener


Constructor Summary
NameBearerHandle.ProxyStatusListener()
           
 
Method Summary
 void statusChanged(String text)
          Calleed when there a new status message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameBearerHandle.ProxyStatusListener

NameBearerHandle.ProxyStatusListener()
Method Detail

statusChanged

public void statusChanged(String text)
Description copied from interface: StatusListener
Calleed when there a new status message.

Specified by:
statusChanged in interface StatusListener