jview
Interface SubComponentListener

All Superinterfaces:
Remote
All Known Implementing Classes:
ApplicationJoiner, JSwitcherStub

public interface SubComponentListener
extends Remote

A subcomponent listener is notified whenever the view on the master has changed.


Method Summary
 void newKey(Object id)
          This method is called with the new subcomponent view.
 

Method Detail

newKey

void newKey(Object id)
            throws RemoteException
This method is called with the new subcomponent view. Note that the object argument must be either serializable or itself a remote reference.

Throws:
RemoteException