Trull

Package edu.luc.cs.trull.demo.task

Demonstrates some capabilities of the Trull Task framework (run timer demo run simple task demo run complex task demo).

See:
          Description

Interface Summary
EventLabels The event labels used in this package.
 

Class Summary
ComplexDemo An example involving a more complex component with multiple tasks at the leaves.
ControlPanel A user interface for controlling and monitoring progress of a Trull task.
Count A simple task that wastes some CPU cycles in each step.
ProgressTask A wrapper class for showing the progress of any task in a progress bar.
SimpleDemo This example demonstrates how a task can be controlled and monitored using a simple user interface and a Trull component as the control logic.
Timer A timer implemented as a Trull task.
TimerDemo This example demonstrates how a Swing timer can be placed under the control of a suitable Trull component.
 

Package edu.luc.cs.trull.demo.task Description

Demonstrates some capabilities of the Trull Task framework (run timer demo run simple task demo run complex task demo).


Trull

http://www.cs.luc.edu/trull/