se.sics.isl.util
Class AdminMonitor

java.lang.Object
  extended by se.sics.isl.util.AdminMonitor
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, AMonitor

public class AdminMonitor
extends java.lang.Object
implements java.awt.event.ActionListener, AMonitor


Constructor Summary
AdminMonitor()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 void addMonitor(java.lang.String name, AMonitor monitor)
           
static AdminMonitor getDefault()
           
 java.lang.String getStatus(java.lang.String name)
           
 void setBounds(int x, int y, int width, int height)
           
 void setBounds(java.lang.String bounds)
          Set the bounds of the admin monitor window as a string with the form "x,y" or "x,y,width,height".
 void setTitle(java.lang.String title)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminMonitor

public AdminMonitor()
Method Detail

getDefault

public static AdminMonitor getDefault()

setTitle

public void setTitle(java.lang.String title)

setBounds

public void setBounds(int x,
                      int y,
                      int width,
                      int height)

setBounds

public void setBounds(java.lang.String bounds)
Set the bounds of the admin monitor window as a string with the form "x,y" or "x,y,width,height".


start

public void start()

addMonitor

public void addMonitor(java.lang.String name,
                       AMonitor monitor)

getStatus

public java.lang.String getStatus(java.lang.String name)
Specified by:
getStatus in interface AMonitor

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener


Copyright © 2007-2009 Association for Trading Agent Research. All Rights Reserved.