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
activityUpdated
void activityUpdated(Activity activity)
throws RemoteException
- Throws:
RemoteException