public abstract class ProxyEventAdapter extends Object implements ProxyEventListener
Constructor and Description |
---|
ProxyEventAdapter() |
Modifier and Type | Method and Description |
---|---|
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) |
public void actionProxyCreationRequest(ProxyEvent event) throws AdminLimitExceeded
ProxyEventListener
actionProxyCreationRequest
in interface ProxyEventListener
AdminLimitExceeded
public void actionProxyDisposed(ProxyEvent event)
actionProxyDisposed
in interface ProxyEventListener
public void actionProxyCreated(ProxyEvent event)
actionProxyCreated
in interface ProxyEventListener
Copyright © 2017 JacORB. All rights reserved.