public interface com.googlecode.lanterna.gui2.AsynchronousTextGUIThread extends com.googlecode.lanterna.gui2.TextGUIThread
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.googlecode.lanterna.gui2.AsynchronousTextGUIThread
  super_class: java.lang.Object
{
  public abstract void start();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void stop();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void waitForStop();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.InterruptedException

  public abstract com.googlecode.lanterna.gui2.AsynchronousTextGUIThread$State getState();
    descriptor: ()Lcom/googlecode/lanterna/gui2/AsynchronousTextGUIThread$State;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "AsynchronousTextGUIThread.java"
NestMembers:
  com.googlecode.lanterna.gui2.AsynchronousTextGUIThread$State
InnerClasses:
  public final State = com.googlecode.lanterna.gui2.AsynchronousTextGUIThread$State of com.googlecode.lanterna.gui2.AsynchronousTextGUIThread