agentland.drug
Interface FakeAddict
- All Known Implementing Classes:
- FakeAddictAgent, FakeAddictEHA
- public interface FakeAddict
- extends Good, Addict
Methods inherited from interface agentland.util.Spy |
tell |
drugNeed
public Urgency drugNeed(Drug drug)
throws RemoteException
- Specified by:
- drugNeed in interface Addict
drugWithdrawn
public void drugWithdrawn(Drug drug)
throws RemoteException
- Specified by:
- drugWithdrawn in interface Addict
drugReplaced
public void drugReplaced(Drug old_drug,
Drug new_drug)
throws RemoteException
- Specified by:
- drugReplaced in interface Addict