public interface com.googlecode.lanterna.gui2.TextGUIThreadFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.googlecode.lanterna.gui2.TextGUIThreadFactory
  super_class: java.lang.Object
{
  public abstract com.googlecode.lanterna.gui2.TextGUIThread createTextGUIThread(com.googlecode.lanterna.gui2.TextGUI);
    descriptor: (Lcom/googlecode/lanterna/gui2/TextGUI;)Lcom/googlecode/lanterna/gui2/TextGUIThread;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      textGUI  
}
SourceFile: "TextGUIThreadFactory.java"