de.hedenus.mobilegui
Interface Job

All Superinterfaces:
java.lang.Runnable

public interface Job
extends java.lang.Runnable

A job that may be executed by the worker. It adds a done() method.

Author:
Michael Hedenus

Method Summary
 void done()
          Called by worker on the event dispatcher thread after the job has completed (in any case).
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

done

void done()
Called by worker on the event dispatcher thread after the job has completed (in any case).