public class ApplicationGeneratingEvent
extends io.micronaut.context.event.ApplicationEvent
Constructor and Description |
---|
ApplicationGeneratingEvent(GeneratorContext generatorContext)
Constructs a prototypical Event.
|
Modifier and Type | Method and Description |
---|---|
GeneratorContext |
getSource() |
public ApplicationGeneratingEvent(GeneratorContext generatorContext)
generatorContext
- The generator context.java.lang.IllegalArgumentException
- if source is null.public GeneratorContext getSource()
getSource
in class java.util.EventObject