Scala Monitoring and Control System API
com.lafros.macs.test.dummy

trait Di

[source: com/lafros/macs/test/dummy.scala]

trait Di
extends Di
returned by createDi-methods of dummy.Di.Factory, providing access to its dummy.Di.Driver for testing purposes.
Value Summary
abstract val driver : Driver
driver wrapper whose methods may be called without the need for a synchronized block or casting to macs.util.Timer.Params.Dependent before use. If the wrapped driver is macs.uit.Timer.Params.Dependent, its notify method will automatically be called with refBoundaryMillis and periodMillis of 0 and 5000, respectively.
Values and Variables inherited from Di
autoReregister
Methods inherited from Di
setSamplesOutPort (abstract), setSamplesInPort (abstract), register (abstract), registerOrWait (abstract), registerLater (abstract), unregister (abstract), state (abstract)
Methods inherited from Subject
subscribe, publish
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
abstract val driver : Driver
driver wrapper whose methods may be called without the need for a synchronized block or casting to macs.util.Timer.Params.Dependent before use. If the wrapped driver is macs.uit.Timer.Params.Dependent, its notify method will automatically be called with refBoundaryMillis and periodMillis of 0 and 5000, respectively.


Copyright 2009 Latterfrosken Software Development Limited