se.liu.ida.critiquer.communication
Interface RemotePlan
- All Superinterfaces:
- PeerRemote, Remote
- All Known Implementing Classes:
- PlanProxy
public interface RemotePlan
- extends PeerRemote
This is the interface for plans that are to be published for others to listen
to. We only notify remote listeners on a time-regulated basis, not per-event.
This due to the fact that the number of RMI method invocations would
otherwise be excessively large when moving activities in the timelines for example.
- Author:
- olale
registerListener
void registerListener(RemotePlanListener l)
throws RemoteException
- Throws:
RemoteException