fable.thread
Interface FableNonGUITask

All Superinterfaces:
java.lang.Runnable

public interface FableNonGUITask
extends java.lang.Runnable

This is a wrapper for runnable tasks that will not update the GUI. This should only be used for tasks that can take a while.

Author:
Christopher Moh

Method Summary
 
Methods inherited from interface java.lang.Runnable
run