@groovy.transform.CompileStatic class ArtefactAdditionEvent extends ApplicationEvent
An event triggered for the addition of a new artefact
| Constructor and description |
|---|
ArtefactAdditionEvent(GrailsClass artefact)Create a new ApplicationEvent. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
GrailsClass |
getArtefact() |
Create a new ApplicationEvent.
source - the component that published the event (never null)