org.jacorb.notification.interfaces
Class ProxyEventAdapter
java.lang.Object
org.jacorb.notification.interfaces.ProxyEventAdapter
- All Implemented Interfaces:
- ProxyEventListener
public abstract class ProxyEventAdapter
- extends Object
- implements ProxyEventListener
- Author:
- Alphonse Bendt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyEventAdapter
public ProxyEventAdapter()
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
Copyright © 2015 JacORB. All rights reserved.