com.elvyx.client
Class Schedule

java.lang.Object
  extended by com.elvyx.client.Schedule
All Implemented Interfaces:
java.lang.Runnable

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

The schedule refresh data.

Since:
1.0
Version:
$Revision: 1.3 $
Author:
Armando Perdomo

Constructor Summary
Schedule()
           
 
Method Summary
 void finish()
          Stop this schedule
 void run()
          Execute the schedule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Schedule

public Schedule()
Method Detail

run

public void run()
Execute the schedule

Specified by:
run in interface java.lang.Runnable

finish

public void finish()
Stop this schedule



Copyright © 2006-2008 Armando Perdomo. All Rights Reserved.