public interface org.springframework.context.event.ApplicationEventMulticaster
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.context.event.ApplicationEventMulticaster
  super_class: java.lang.Object
{
  public abstract void addApplicationListener(org.springframework.context.ApplicationListener<?>);
    descriptor: (Lorg/springframework/context/ApplicationListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/context/ApplicationListener<*>;)V
    MethodParameters:
          Name  Flags
      listener  

  public abstract void addApplicationListenerBean(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      listenerBeanName  

  public abstract void removeApplicationListener(org.springframework.context.ApplicationListener<?>);
    descriptor: (Lorg/springframework/context/ApplicationListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/context/ApplicationListener<*>;)V
    MethodParameters:
          Name  Flags
      listener  

  public abstract void removeApplicationListenerBean(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      listenerBeanName  

  public abstract void removeAllListeners();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void multicastEvent(org.springframework.context.ApplicationEvent);
    descriptor: (Lorg/springframework/context/ApplicationEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      event  

  public abstract void multicastEvent(org.springframework.context.ApplicationEvent, org.springframework.core.ResolvableType);
    descriptor: (Lorg/springframework/context/ApplicationEvent;Lorg/springframework/core/ResolvableType;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
           Name  Flags
      event      
      eventType  
}
SourceFile: "ApplicationEventMulticaster.java"