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:
Serializable
public class SbpMainAppReadyEvent
extends org.springframework.context.ApplicationEvent
This event will be published to plugin application context once main app is ready.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionSbpMainAppReadyEvent(org.springframework.context.ApplicationContext mainApplicationContext) -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
SbpMainAppReadyEvent
public SbpMainAppReadyEvent(org.springframework.context.ApplicationContext mainApplicationContext)
-