BrightSide Workbench Full Report + Source Code
org.turro.wd.tree.RefreshTask Class Referenceabstract
Inheritance diagram for org.turro.wd.tree.RefreshTask:
Collaboration diagram for org.turro.wd.tree.RefreshTask:

Public Member Functions

 RefreshTask ()
 
void refreshData ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 28 of file RefreshTask.java.

Constructor & Destructor Documentation

◆ RefreshTask()

org.turro.wd.tree.RefreshTask.RefreshTask ( )

Definition at line 30 of file RefreshTask.java.

30  {
31  super();
32  ProgressSheet.startProgress(null, false);
33  }
Here is the call graph for this function:

Member Function Documentation

◆ refreshData()

void org.turro.wd.tree.RefreshTask.refreshData ( )

Definition at line 35 of file RefreshTask.java.

35  {
36  execute(new TaskListener<Object>() {
37 
38  public void taskExecuted(Task<Object> task) {
39  ProgressSheet.closeProgress();
40  }
41 
42  public void executeFailed(Task<Object> task) {
43  ProgressSheet.closeProgress();
44  }
45  });
46  }
Here is the call graph for this function:

The documentation for this class was generated from the following file: