org.jcrontab.tests
Class TaskTest4

java.lang.Object
  |
  +--org.jcrontab.tests.TaskTest4
All Implemented Interfaces:
java.lang.Runnable

public class TaskTest4
extends java.lang.Object
implements java.lang.Runnable

This class helps the testing process to make easier testing The objective of this test is to test Tunnable passing parameters to the constructor and printing those parameters

Version:
$Revision: 1.8 $
Author:
$Author: iolalla $

Constructor Summary
TaskTest4(java.lang.String[] args)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskTest4

public TaskTest4(java.lang.String[] args)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable