Package io.micronaut.context.event
Class StartupEvent
java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
io.micronaut.context.event.BeanContextEvent
io.micronaut.context.event.StartupEvent
- All Implemented Interfaces:
Serializable
An event fired once startup is complete.
- Since:
- 1.0
- Author:
- Graeme Rocher
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.context.event.BeanContextEvent
getSource
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
StartupEvent
Constructs a prototypical Event.- Parameters:
beanContext
- The object on which the Event initially occurred.- Throws:
IllegalArgumentException
- if source is null.
-