Scala Monitoring and Control System API
com.lafros.macs

trait ResultHandler

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

trait ResultHandler
extends AnyRef
result handler. To be impl'ted by ControlsGuis and MonitorGuis wishing to receive the results of any commands submitted.
Author
Rob Dickens
Method Summary
abstract def handleResult (result : Any) : Unit
called when result becomes available.
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 handleResult(result : Any) : Unit
called when result becomes available.


Copyright 2009 Latterfrosken Software Development Limited