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