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

object submitCmd

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

object submitCmd
extends scala.PartialFunction[scala.swing.event.Event, Unit]
to be added to the reactions of all components which are to trigger command submission. All events originating from those components will then be processed by cmd, whose result will be submitted as the command.
Method Summary
def apply (ev : scala.swing.event.Event) : Unit
def isDefinedAt (ev : scala.swing.event.Event) : Boolean
Methods inherited from scala.PartialFunction
scala.PartialFunction.orElse, scala.PartialFunction.andThen
Methods inherited from scala.Function1
scala.Function1.toString, scala.Function1.compose
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def isDefinedAt(ev : scala.swing.event.Event) : Boolean
Overrides
scala.PartialFunction.scala.PartialFunction.isDefinedAt

def apply(ev : scala.swing.event.Event) : Unit


Copyright 2009 Latterfrosken Software Development Limited