Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

mytasks
Class HelloWorld  view HelloWorld download HelloWorld.java

java.lang.Object
  extended byflow4j.flow.AbstractTask
      extended bymytasks.HelloWorld
All Implemented Interfaces:
flow4j.flow.ITask

public class HelloWorld
extends flow4j.flow.AbstractTask


Field Summary
 
Fields inherited from class flow4j.flow.AbstractTask
 
Constructor Summary
HelloWorld()
           
 
Method Summary
 void execute(flow4j.flow.FlowDictionary dictionary)
          Executes the task.
 
Methods inherited from class flow4j.flow.AbstractTask
getProperty, setProperty, setProperty, setProperty, setProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

execute

public void execute(flow4j.flow.FlowDictionary dictionary)
Description copied from interface: flow4j.flow.ITask
Executes the task.