Module com.googlecode.lanterna
Package com.googlecode.lanterna.gui2
Class SeparateTextGUIThread.Factory
- java.lang.Object
-
- com.googlecode.lanterna.gui2.SeparateTextGUIThread.Factory
-
- All Implemented Interfaces:
TextGUIThreadFactory
- Enclosing class:
- SeparateTextGUIThread
public static class SeparateTextGUIThread.Factory extends java.lang.Object implements TextGUIThreadFactory
Factory class for creating SeparateTextGUIThread objects
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextGUIThread
createTextGUIThread(TextGUI textGUI)
Creates a newTextGUIThread
objects
-
-
-
Method Detail
-
createTextGUIThread
public TextGUIThread createTextGUIThread(TextGUI textGUI)
Description copied from interface:TextGUIThreadFactory
Creates a newTextGUIThread
objects- Specified by:
createTextGUIThread
in interfaceTextGUIThreadFactory
- Parameters:
textGUI
-TextGUI
thisTextGUIThread
should be associated with- Returns:
- The new
TextGUIThread
-
-