org.jppf.ui.monitoring.job
Class JobDataPanel.RefreshTask

java.lang.Object
  extended by org.jppf.utils.SynchronizedTask
      extended by org.jppf.ui.monitoring.job.JobDataPanel.RefreshTask
All Implemented Interfaces:
Runnable
Enclosing class:
JobDataPanel

public class JobDataPanel.RefreshTask
extends SynchronizedTask

This task refreshes the entire job data panel.


Constructor Summary
JobDataPanel.RefreshTask()
          Initialize this task.
 
Method Summary
 void perform()
          Perform the refresh.
 
Methods inherited from class org.jppf.utils.SynchronizedTask
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobDataPanel.RefreshTask

public JobDataPanel.RefreshTask()
Initialize this task.

Method Detail

perform

public void perform()
Perform the refresh.

Specified by:
perform in class SynchronizedTask


Copyright © 2005-2010 JPPF Team.