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