net.dpml.transit.model
Interface ProxyListener

All Superinterfaces:
EventListener, Remote

public interface ProxyListener
extends EventListener, Remote

A ProxyListener is implemented by clients whishing to be notified about changes to a transit proxy configuration.

Version:
1.0.1
Author:
Digital Product Meta Library

Method Summary
 void proxyChanged(ProxyEvent event)
          Notify a listener of the change to Transit proxy settings.
 

Method Detail

proxyChanged

public void proxyChanged(ProxyEvent event)
                  throws RemoteException
Notify a listener of the change to Transit proxy settings.

Parameters:
event - the proxy change event
Throws:
RemoteException - if a remote exception occurs