org.jacorb.notification.interfaces

Interface ProxyEventListener

public interface ProxyEventListener

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

Author: Alphonse Bendt

Method Summary
voidactionProxyCreated(ProxyEvent event)
voidactionProxyCreationRequest(ProxyEvent event)
This event is fired if a Admin wants to create a new Proxy.
voidactionProxyDisposed(ProxyEvent event)

Method Detail

actionProxyCreated

public void actionProxyCreated(ProxyEvent event)

actionProxyCreationRequest

public void actionProxyCreationRequest(ProxyEvent event)
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)