metaglue
Interface CatalogMessageListener
- All Known Subinterfaces:
- LogMonitor
- public interface CatalogMessageListener
- extends Spy
This interface is basically another version of a Spy
except explicitly for the purpose of communicating
log messages from the Catalog to the Logger as there
is something about the Catalog which precludes it from
working with the logger under normal circumstances
| Methods inherited from interface agentland.util.Spy |
tell |
recieveMessage
public void recieveMessage(AgentID catalog,
int i,
String msg)
throws RemoteException