Scala Monitoring and Control System API
com.lafros.macs.pd.an.StatusEtc

trait MonitorGui

[source: com/lafros/macs/pd/an/StatusEtc.scala]

trait MonitorGui
extends MonitorGui with AnyRef
type-safe version, which also allows the PD's monitor GUI to share the MonitorGui name, which is required.
Values and Variables inherited from Gui
component (abstract)
Method Summary
final def refresh (status : Any) : Unit
refreshes the values displayed. Called by the dispatch thread, whenever a new status sample arrives.
abstract def refresh (status : StatusType) : Unit
type-safe variant, called by the non-type-safe one.
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
final def refresh(status : Any) : Unit
refreshes the values displayed. Called by the dispatch thread, whenever a new status sample arrives.
Overrides
MonitorGui.refresh

abstract def refresh(status : StatusType) : Unit
type-safe variant, called by the non-type-safe one.


Copyright 2009 Latterfrosken Software Development Limited