net.dpml.station
Interface RegistryListener

All Superinterfaces:
EventListener, Remote

public interface RegistryListener
extends EventListener, Remote

A RegistryListener enabled client application to receive notification of the addition and removale of application profiles from the application registry.


Method Summary
 void profileAdded(RegistryEvent event)
          Notify the listener of the addition of a new application profile.
 void profileRemoved(RegistryEvent event)
          Notify a listener of the removal of an application profile.
 

Method Detail

profileAdded

void profileAdded(RegistryEvent event)
                  throws RemoteException
Notify the listener of the addition of a new application profile.

Parameters:
event - the registry event
Throws:
RemoteException - if a transport error occurs

profileRemoved

void profileRemoved(RegistryEvent event)
                    throws RemoteException
Notify a listener of the removal of an application profile.

Parameters:
event - the registry event
Throws:
RemoteException - if a transport error occurs