org.npsnet.xrti.utilities
Interface ProxyAmbassadorListener

All Known Implementing Classes:
DescriptorManager

public interface ProxyAmbassadorListener

An interface for objects interested in changes to the state of a proxy ambassador.

Author:
Andrzej Kapolka

Method Summary
 void objectInstanceProxyCreated(ProxyAmbassador pa, ObjectInstanceProxy oip)
          Notifies the listener that the proxy ambassador has created an object instance proxy.
 void objectInstanceProxyDestroyed(ProxyAmbassador pa, ObjectInstanceProxy oip)
          Notifies the listener that the proxy ambassador has destroyed an object instance proxy.
 

Method Detail

objectInstanceProxyCreated

public void objectInstanceProxyCreated(ProxyAmbassador pa,
                                       ObjectInstanceProxy oip)
Notifies the listener that the proxy ambassador has created an object instance proxy.

Parameters:
pa - the proxy ambassador that generated the event
oip - the newly created object instance proxy

objectInstanceProxyDestroyed

public void objectInstanceProxyDestroyed(ProxyAmbassador pa,
                                         ObjectInstanceProxy oip)
Notifies the listener that the proxy ambassador has destroyed an object instance proxy.

Parameters:
pa - the proxy ambassador that generated the event
oip - the destroyed object instance proxy