se.liu.ida.critiquer.communication
Interface RemotePlanListener

All Superinterfaces:
PeerRemote, Remote
All Known Implementing Classes:
RemoteAgentMutexConstraint

public interface RemotePlanListener
extends PeerRemote

This is the callback interface for remote plan update listeners. Since using RMI for all activity updates is very inefficient, we only get notifications that activities have changed in some way with some predetermined frequency and only get a single notification per activity through the activityUpdated method.

Author:
olale

Method Summary
 void activityUpdated(Activity activity)
           
 
Methods inherited from interface jxl.peermi.PeerRemote
checkAlive
 

Method Detail

activityUpdated

void activityUpdated(Activity activity)
                     throws RemoteException
Throws:
RemoteException