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 execute the time-consuming task that is to be performed asynchronously.
 void updateGUI()
          This method should do the GUI update after run() has finished.
 

Method Detail

run

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


updateGUI

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



Copyright 2008-2012, AceWiki developers