org.jacorb.notification.interfaces
Class ProxyEventAdapter

java.lang.Object
  extended byorg.jacorb.notification.interfaces.ProxyEventAdapter
All Implemented Interfaces:
ProxyEventListener

public abstract class ProxyEventAdapter
extends java.lang.Object
implements ProxyEventListener

Version:
$Id: ProxyEventAdapter.java,v 1.1 2006/01/10 23:00:48 alphonse.bendt Exp $
Author:
Alphonse Bendt

Constructor Summary
ProxyEventAdapter()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyEventAdapter

public ProxyEventAdapter()
Method Detail

actionProxyCreationRequest

public void actionProxyCreationRequest(ProxyEvent event)
                                throws AdminLimitExceeded
Description copied from interface: ProxyEventListener
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.

Specified by:
actionProxyCreationRequest in interface ProxyEventListener
Throws:
AdminLimitExceeded

actionProxyDisposed

public void actionProxyDisposed(ProxyEvent event)
Specified by:
actionProxyDisposed in interface ProxyEventListener

actionProxyCreated

public void actionProxyCreated(ProxyEvent event)
Specified by:
actionProxyCreated in interface ProxyEventListener