Uses of Class
org.jacorb.notification.interfaces.ProxyEvent

Packages that use ProxyEvent
org.jacorb.notification.interfaces   
org.jacorb.notification.servant   
 

Uses of ProxyEvent in org.jacorb.notification.interfaces
 

Methods in org.jacorb.notification.interfaces with parameters of type ProxyEvent
 void ProxyEventListener.actionProxyCreationRequest(ProxyEvent event)
          This event is fired if a Admin wants to create a new Proxy.
 void ProxyEventListener.actionProxyDisposed(ProxyEvent event)
           
 void ProxyEventListener.actionProxyCreated(ProxyEvent event)
           
 void ProxyEventAdapter.actionProxyCreationRequest(ProxyEvent event)
           
 void ProxyEventAdapter.actionProxyDisposed(ProxyEvent event)
           
 void ProxyEventAdapter.actionProxyCreated(ProxyEvent event)
           
 

Uses of ProxyEvent in org.jacorb.notification.servant
 

Methods in org.jacorb.notification.servant with parameters of type ProxyEvent
 void ConsumerAdminImpl.actionProxyCreationRequest(ProxyEvent event)
           
 void ConsumerAdminImpl.actionProxyDisposed(ProxyEvent event)
           
 void ConsumerAdminImpl.actionProxyCreated(ProxyEvent event)