public interface com.googlecode.lanterna.gui2.TextGUI$Listener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.googlecode.lanterna.gui2.TextGUI$Listener
  super_class: java.lang.Object
{
  public abstract boolean onUnhandledKeyStroke(com.googlecode.lanterna.gui2.TextGUI, com.googlecode.lanterna.input.KeyStroke);
    descriptor: (Lcom/googlecode/lanterna/gui2/TextGUI;Lcom/googlecode/lanterna/input/KeyStroke;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      textGUI    
      keyStroke  
}
SourceFile: "TextGUI.java"
NestHost: com.googlecode.lanterna.gui2.TextGUI
InnerClasses:
  public abstract Listener = com.googlecode.lanterna.gui2.TextGUI$Listener of com.googlecode.lanterna.gui2.TextGUI