public interface org.glassfish.jersey.server.monitoring.ApplicationEventListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.glassfish.jersey.server.monitoring.ApplicationEventListener
  super_class: java.lang.Object
{
  public abstract void onEvent(org.glassfish.jersey.server.monitoring.ApplicationEvent);
    descriptor: (Lorg/glassfish/jersey/server/monitoring/ApplicationEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      event  

  public abstract org.glassfish.jersey.server.monitoring.RequestEventListener onRequest(org.glassfish.jersey.server.monitoring.RequestEvent);
    descriptor: (Lorg/glassfish/jersey/server/monitoring/RequestEvent;)Lorg/glassfish/jersey/server/monitoring/RequestEventListener;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      requestEvent  
}
SourceFile: "ApplicationEventListener.java"
    RuntimeVisibleAnnotations: 
      org.glassfish.jersey.spi.Contract()
      javax.ws.rs.ConstrainedTo(value = javax.ws.rs.RuntimeType.SERVER:Ljavax/ws/rs/RuntimeType;)