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