- java.lang.Object
-
- com.googlecode.lanterna.gui2.SameTextGUIThread.Factory
-
- All Implemented Interfaces:
TextGUIThreadFactory
- Enclosing class:
- SameTextGUIThread
public static class SameTextGUIThread.Factory extends java.lang.Object implements TextGUIThreadFactory
Default factory class forSameTextGUIThread, you need to pass this to theTextGUIconstructor if you want it to use this class
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextGUIThreadcreateTextGUIThread(TextGUI textGUI)Creates a newTextGUIThreadobjects
-
-
-
Method Detail
-
createTextGUIThread
public TextGUIThread createTextGUIThread(TextGUI textGUI)
Description copied from interface:TextGUIThreadFactoryCreates a newTextGUIThreadobjects- Specified by:
createTextGUIThreadin interfaceTextGUIThreadFactory- Parameters:
textGUI-TextGUIthisTextGUIThreadshould be associated with- Returns:
- The new
TextGUIThread
-
-