public interface com.mongodb.event.CommandListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.mongodb.event.CommandListener
  super_class: java.lang.Object
{
  public abstract void commandStarted(com.mongodb.event.CommandStartedEvent);
    descriptor: (Lcom/mongodb/event/CommandStartedEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      event  

  public abstract void commandSucceeded(com.mongodb.event.CommandSucceededEvent);
    descriptor: (Lcom/mongodb/event/CommandSucceededEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      event  

  public abstract void commandFailed(com.mongodb.event.CommandFailedEvent);
    descriptor: (Lcom/mongodb/event/CommandFailedEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      event  
}
SourceFile: "CommandListener.java"