agentland.software
Interface MimioControl

All Known Implementing Classes:
MimioControlAgent, MimioControlEHA

public interface MimioControl
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void exportBoardToImage()
           
 void exportBoardToImage(String str)
           
 void hideWindow()
           
 void newBoard()
           
 void printBoard()
           
 void saveBoard()
           
 void saveBoardAs()
           
 void saveBoardAs(String filename)
           
 void showWindow()
           
 void tagBoard()
           
 void undo()
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

newBoard

public void newBoard()
              throws RemoteException

tagBoard

public void tagBoard()
              throws RemoteException

exportBoardToImage

public void exportBoardToImage(String str)
                        throws RemoteException

exportBoardToImage

public void exportBoardToImage()
                        throws RemoteException

saveBoard

public void saveBoard()
               throws RemoteException

saveBoardAs

public void saveBoardAs(String filename)
                 throws RemoteException

saveBoardAs

public void saveBoardAs()
                 throws RemoteException

printBoard

public void printBoard()
                throws RemoteException

undo

public void undo()
          throws RemoteException

showWindow

public void showWindow()
                throws RemoteException

hideWindow

public void hideWindow()
                throws RemoteException