Packagecom.yworks.bridge.util
Interfacepublic interface Runnable

The runnable interface must be implemented by all classes which want to be run as threads.

See also

Thread


Public Methods
 MethodDefined By
  
run():void
Begin doing the active part of the class' code.
Runnable
Method Detail
run()method
public function run():void

Begin doing the active part of the class' code.