net.dpml.component
Interface ContextListener

All Superinterfaces:
EventListener, Remote

public interface ContextListener
extends EventListener, Remote

Interface implementated by local listeners to context entry changes.

Version:
1.2.0
Author:
Digital Product Meta Library

Method Summary
 void entryChanged(ContextEvent event)
          Notify the listener of a change to a context entry.
 

Method Detail

entryChanged

void entryChanged(ContextEvent event)
                  throws RemoteException
Notify the listener of a change to a context entry.

Parameters:
event - the context change event
Throws:
RemoteException - if a remote transport error occurs