metaglue
Interface CatalogMessageListener
- All Superinterfaces:
- Agent, Remote, Spy
- 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 |
receiveMessage
public void receiveMessage(AgentID catalog,
int i,
String msg)
throws RemoteException