util.rmi
Interface RmiUpdateListener

All Superinterfaces:
EventListener, Remote, RmiListener
All Known Implementing Classes:
FitsUpdateListener

public interface RmiUpdateListener
extends RmiListener, EventListener

This is a base interface for listeners that want to be notified when a property has changed.


Method Summary
 void rmiUpdated()
          Called on listeners if the state has been changed.
 
Methods inherited from interface util.rmi.RmiListener
disconnect, isConnected
 

Method Detail

rmiUpdated

void rmiUpdated()
                throws RemoteException
Called on listeners if the state has been changed. Furter action depends on the caller.

Throws:
RemoteException