Scala Monitoring and Control System API
com.lafros.macs

trait MonitorGui

[source: com/lafros/macs/MonitorGui.scala]

trait MonitorGui
extends Gui
monitor window GUI, for displaying the device's status. A public constructor is required, optionally taking an argument corr'ding to the constants passed to the Di.Factory.createDi method invoked when deploying the device.
Author
Rob Dickens
Direct Known Subclasses:
StatusEtc.MonitorGui

Values and Variables inherited from Gui
component (abstract)
Method Summary
abstract def refresh (status : Any) : Unit
refreshes the values displayed. Called by the dispatch thread, whenever a new status sample arrives.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
abstract def refresh(status : Any) : Unit
refreshes the values displayed. Called by the dispatch thread, whenever a new status sample arrives.


Copyright 2009 Latterfrosken Software Development Limited