Package io.micronaut.starter.api.event
Class ApplicationGeneratingEvent
java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
io.micronaut.starter.api.event.ApplicationGeneratingEvent
- All Implemented Interfaces:
Serializable
public class ApplicationGeneratingEvent
extends io.micronaut.context.event.ApplicationEvent
An event fired when an application is generated.
- Since:
- 1.0.0
- Author:
- graemerocher
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionApplicationGeneratingEvent
(GeneratorContext generatorContext) Constructs a prototypical Event. -
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ApplicationGeneratingEvent
Constructs a prototypical Event.- Parameters:
generatorContext
- The generator context.- Throws:
IllegalArgumentException
- if source is null.
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-