Interface TextGUIThreadFactory
- 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 newTextGUIThreadobjects
-
Method Details
-
createTextGUIThread
Creates a newTextGUIThreadobjects- Parameters:
textGUI-TextGUIthisTextGUIThreadshould be associated with- Returns:
- The new
TextGUIThread
-