org.jacorb.notification.interfaces
Interface ProxyEventListener

All Known Implementing Classes:
ConsumerAdminImpl, ProxyEventAdapter

public interface ProxyEventListener

Version:
$Id: ProxyEventListener.java,v 1.3 2004/05/06 12:39:59 nicolas Exp $
Author:
Alphonse Bendt

Method Summary
 void actionProxyCreated(ProxyEvent event)
           
 void actionProxyCreationRequest(ProxyEvent event)
          This event is fired if a Admin wants to create a new Proxy.
 void actionProxyDisposed(ProxyEvent event)
           
 

Method Detail

actionProxyCreationRequest

public void actionProxyCreationRequest(ProxyEvent event)
                                throws AdminLimitExceeded
This event is fired if a Admin wants to create a new Proxy. A Listener may throw AdminLimitExceeded if the creation of more Proxies exeeds a limit.

Throws:
AdminLimitExceeded

actionProxyDisposed

public void actionProxyDisposed(ProxyEvent event)

actionProxyCreated

public void actionProxyCreated(ProxyEvent event)