molecule.examples.io

stopwatch

package stopwatch

Visibility
  1. Public
  2. All

Type Members

  1. case class DisplayTime(hr: Int = 0, min: Int = 0, sec: Int = 0, fract: Int = 0) extends Product with Serializable

  2. sealed abstract class Event extends AnyRef

  3. class SwingDisplay extends JFrame with WindowListener with ActionListener with Resource

Value Members

  1. object Controller extends ProcessType1x1[Event, DisplayTime, Unit]

  2. object DisplayTime extends Serializable

  3. object Reset extends Event with Product with Serializable

  4. object Split extends Event with Product with Serializable

  5. object Start extends Event with Product with Serializable

  6. object Stop extends Event with Product with Serializable

  7. object StopWatch extends ProcessType0x0[Unit]

    This example is a port of the StopWatch example found in the beginner's tutorial of SCXML website.

  8. object SwingDisplay extends Serializable

  9. object SwingExecutor extends SysIO

  10. object Unsplit extends Event with Product with Serializable

Ungrouped