Trull

edu.luc.cs.trull.demo.task
Class ComplexDemo

java.lang.Object
  extended by edu.luc.cs.trull.demo.task.ComplexDemo
All Implemented Interfaces:
EventLabels

public class ComplexDemo
extends java.lang.Object
implements EventLabels

An example involving a more complex component with multiple tasks at the leaves.


Field Summary
(package private) static int INC
           
private static org.apache.log4j.Logger logger
           
(package private) static int MAX
           
(package private) static int TASKS
           
 
Fields inherited from interface edu.luc.cs.trull.demo.task.EventLabels
PROGRESS, RESUME, START, STOP, SUSPEND
 
Constructor Summary
ComplexDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INC

static final int INC
See Also:
Constant Field Values

logger

private static final org.apache.log4j.Logger logger

MAX

static final int MAX
See Also:
Constant Field Values

TASKS

static final int TASKS
See Also:
Constant Field Values
Constructor Detail

ComplexDemo

public ComplexDemo()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

Trull

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