public interface org.apache.commons.net.ProtocolCommandListener extends java.util.EventListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.net.ProtocolCommandListener
  super_class: java.lang.Object
{
  public abstract void protocolCommandSent(org.apache.commons.net.ProtocolCommandEvent);
    descriptor: (Lorg/apache/commons/net/ProtocolCommandEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      event  

  public abstract void protocolReplyReceived(org.apache.commons.net.ProtocolCommandEvent);
    descriptor: (Lorg/apache/commons/net/ProtocolCommandEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      event  
}
SourceFile: "ProtocolCommandListener.java"