-
- All Known Implementing Classes:
SameTextGUIThread.Factory
,SeparateTextGUIThread.Factory
public interface TextGUIThreadFactory
Factory class for creatingTextGUIThread
objects. This is used byTextGUI
implementations to assign their localTextGUIThread
reference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextGUIThread
createTextGUIThread(TextGUI textGUI)
Creates a newTextGUIThread
objects
-
-
-
Method Detail
-
createTextGUIThread
TextGUIThread createTextGUIThread(TextGUI textGUI)
Creates a newTextGUIThread
objects- Parameters:
textGUI
-TextGUI
thisTextGUIThread
should be associated with- Returns:
- The new
TextGUIThread
-
-