- All Known Implementing Classes:
SameTextGUIThread.Factory
,SeparateTextGUIThread.Factory
public interface TextGUIThreadFactory
Factory class for creating
TextGUIThread
objects. This is used by TextGUI
implementations to assign
their local TextGUIThread
reference-
Method Summary
Modifier and TypeMethodDescriptioncreateTextGUIThread
(TextGUI textGUI) Creates a newTextGUIThread
objects
-
Method Details
-
createTextGUIThread
Creates a newTextGUIThread
objects- Parameters:
textGUI
-TextGUI
thisTextGUIThread
should be associated with- Returns:
- The new
TextGUIThread
-