-
- All Known Implementing Classes:
SameTextGUIThread.Factory,SeparateTextGUIThread.Factory
public interface TextGUIThreadFactoryFactory class for creatingTextGUIThreadobjects. This is used byTextGUIimplementations to assign their localTextGUIThreadreference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextGUIThreadcreateTextGUIThread(TextGUI textGUI)Creates a newTextGUIThreadobjects
-
-
-
Method Detail
-
createTextGUIThread
TextGUIThread createTextGUIThread(TextGUI textGUI)
Creates a newTextGUIThreadobjects- Parameters:
textGUI-TextGUIthisTextGUIThreadshould be associated with- Returns:
- The new
TextGUIThread
-
-