se.sics.isl.util
Class AdminMonitor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminMonitor
public AdminMonitor()
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.