|
Lafros MaCS 1.2r1
|
|
com/lafros/macs/pd/an/StatusEtc.scala]
trait
MonitorGui
extends MonitorGui with AnyRef| 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 |
abstract
def
refresh(status : StatusType) : Unit
|
Lafros MaCS 1.2r1
|
|