RunnableInterface

Kind of class:interface
Inherits from:CoreInterface
Implemented by:
Known subinterfaces:
Version:12/14/06
Author:Aaron Clinger
Classpath:org.casalib.control.RunnableInterface
File last modified:Monday, 01 December 2008, 13:34:40

Summary


Instance methods
  • start : Void
    • Begins the process.
  • stop : Void
    • Stops the process.
Instance methods inherited from CoreInterface

Instance methods

start

function start (
) : Void

Begins the process.

stop

function stop (
) : Void

Stops the process.