|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface GrailsBuildListener
Implement to receive events raised by the Grails build system.
Method Summary | |
---|---|
void
|
receiveGrailsBuildEvent(java.lang.String name, java.lang.Object... args)
Responds to the event. |
Method Detail |
---|
public void receiveGrailsBuildEvent(java.lang.String name, java.lang.Object... args)
Groovy Documentation