ch.uzh.ifi.attempto.acewiki
Interface Task


public interface Task

This interface describes a task that should be performed asynchronously because it is potentially time-consuming and should not delay the GUI.

Author:
Tobias Kuhn

Method Summary
 void run()
          This method should perform the time-consuming task that is performed asynchronously.
 void updateGUI()
          This method should do the GUI update after run() has finished.
 

Method Detail

run

void run()
This method should perform the time-consuming task that is performed asynchronously.


updateGUI

void updateGUI()
This method should do the GUI update after run() has finished.



Copyright 2008, Attempto Group, University of Zurich (see http://attempto.ifi.uzh.ch)