Class PrimaryStageInitializer

java.lang.Object
net.rgielen.fxweaver.samples.springboot.starter.application.PrimaryStageInitializer
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<StageReadyEvent>

@Component public class PrimaryStageInitializer extends Object implements org.springframework.context.ApplicationListener<StageReadyEvent>
Author:
Rene Gielen
  • Constructor Details

    • PrimaryStageInitializer

      @Autowired public PrimaryStageInitializer(net.rgielen.fxweaver.core.FxWeaver fxWeaver)
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(StageReadyEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<StageReadyEvent>