Package org.laxture.sbp.spring.boot
Class SbpMainAppReadyEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.laxture.sbp.spring.boot.SbpMainAppReadyEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class SbpMainAppReadyEvent extends org.springframework.context.ApplicationEventThis event will be published to plugin application context once main app is ready.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SbpMainAppReadyEvent(org.springframework.context.ApplicationContext mainApplicationContext)
-