Scala Monitoring and Control System API
com.lafros.macs.Di

trait Observer

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

trait Observer
extends Observer
for implementation by observers (which should be registered with the Di in question using its subscribe method).
Method Summary
abstract def notify (changedDi : Di) : Unit
invoked when the supplied subject is deemed to have changed.
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 notify(changedDi : Di) : Unit
invoked when the supplied subject is deemed to have changed.
Overrides
Observer.notify


Copyright 2009 Latterfrosken Software Development Limited