agentland.device.intelliCD
Interface Button

All Superinterfaces:
Agent, Good, Remote, Spy
All Known Subinterfaces:
LittleButton
All Known Implementing Classes:
ButtonAgent

public interface Button
extends Good

A graphical interface to the IntelliCD agent.

See Also:
Good

Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void inform(Secret secret)
           
 
Methods inherited from interface agentland.util.Good
getHistory, getHistoryElement, resetHistory
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 
Methods inherited from interface agentland.util.Spy
tell
 

Method Detail

inform

public void inform(Secret secret)
            throws RemoteException