net.dpml.transit.model
Interface CodeBaseListener

All Superinterfaces:
EventListener, Remote

public interface CodeBaseListener
extends EventListener, Remote

Interface implemented by objects concerning with changes to a codebase model.

Version:
1.0.3
Author:
Digital Product Meta Library

Method Summary
 void codeBaseChanged(LocationEvent event)
          Notification of the change to a plugin uri assigned to a sub-system.
 void parametersChanged(ParametersEvent event)
          Notification of the change to a plugin parameters.
 

Method Detail

codeBaseChanged

void codeBaseChanged(LocationEvent event)
                     throws RemoteException
Notification of the change to a plugin uri assigned to a sub-system.

Parameters:
event - a codebase location change event
Throws:
RemoteException - if a remote exception occurs

parametersChanged

void parametersChanged(ParametersEvent event)
                       throws RemoteException
Notification of the change to a plugin parameters.

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