interface io.vertx.ext.mail.impl.ConnectionLifeCycleListener
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.mail.impl.ConnectionLifeCycleListener
  super_class: java.lang.Object
{
  public abstract void dataEnded(io.vertx.ext.mail.impl.SMTPConnection);
    descriptor: (Lio/vertx/ext/mail/impl/SMTPConnection;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      conn  

  public abstract void connectionClosed(io.vertx.ext.mail.impl.SMTPConnection);
    descriptor: (Lio/vertx/ext/mail/impl/SMTPConnection;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      conn  
}
SourceFile: "ConnectionLifeCycleListener.java"