org.jacorb.notification.interfaces
Interface ProxyEventListener
- All Known Implementing Classes:
- ConsumerAdminImpl, ProxyEventAdapter, TypedConsumerAdminImpl
public interface ProxyEventListener
- Author:
- Alphonse Bendt
actionProxyCreationRequest
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
void actionProxyDisposed(ProxyEvent event)
actionProxyCreated
void actionProxyCreated(ProxyEvent event)
Copyright © 2015 JacORB. All rights reserved.