/ 

org.springframework/ spring-context/ 5.3.3/ org/springframework/context/event/ContextStartedEvent.class

 

  • class publicContextStartedEvent
    • method public<init>(ApplicationContext): void
https://github.com/spring-projects/spring-framework: Spring Context (Spring IO)
  • Apache License, Version 2.0
  • Juergen Hoeller
public class org.springframework.context.event.ContextStartedEvent extends org.springframework.context.event.ApplicationContextEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.context.event.ContextStartedEvent
  super_class: org.springframework.context.event.ApplicationContextEvent
{
  public void <init>(org.springframework.context.ApplicationContext);
    descriptor: (Lorg/springframework/context/ApplicationContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.context.event.ContextStartedEvent this
        start local 1 // org.springframework.context.ApplicationContext source
         0: .line 38
            aload 0 /* this */
            aload 1 /* source */
            invokespecial org.springframework.context.event.ApplicationContextEvent.<init>:(Lorg/springframework/context/ApplicationContext;)V
         1: .line 39
            return
        end local 1 // org.springframework.context.ApplicationContext source
        end local 0 // org.springframework.context.event.ContextStartedEvent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/springframework/context/event/ContextStartedEvent;
            0    2     1  source  Lorg/springframework/context/ApplicationContext;
    MethodParameters:
        Name  Flags
      source  
}
SourceFile: "ContextStartedEvent.java"


Missing a library or version you want to see? Open an issue!
Icon set and themes from IntelliJ Community