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.actionProxyCreated(ProxyEvent event)
           
 void ProxyEventAdapter.actionProxyCreated(ProxyEvent event)
           
 void ProxyEventListener.actionProxyCreationRequest(ProxyEvent event)
          This event is fired if a Admin wants to create a new Proxy.
 void ProxyEventAdapter.actionProxyCreationRequest(ProxyEvent event)
           
 void ProxyEventListener.actionProxyDisposed(ProxyEvent event)
           
 void ProxyEventAdapter.actionProxyDisposed(ProxyEvent event)
           
 

Uses of ProxyEvent in org.jacorb.notification.servant
 

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