public interface com.googlecode.lanterna.gui2.TextBox$TextChangeListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.googlecode.lanterna.gui2.TextBox$TextChangeListener
  super_class: java.lang.Object
{
  public abstract void onTextChanged(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                          Name  Flags
      newText                   
      changedByUserInteraction  
}
SourceFile: "TextBox.java"
NestHost: com.googlecode.lanterna.gui2.TextBox
InnerClasses:
  public abstract TextChangeListener = com.googlecode.lanterna.gui2.TextBox$TextChangeListener of com.googlecode.lanterna.gui2.TextBox