org.jacorb.notification.interfaces

Interface ProxyEventListener

Known Implementing Classes:
ConsumerAdminTieImpl

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 Details

actionProxyCreated

public void actionProxyCreated(ProxyEvent event)


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.


actionProxyDisposed

public void actionProxyDisposed(ProxyEvent event)