grails.build
Interface GrailsBuildListener


public interface GrailsBuildListener

Implement to receive events raised by the Grails build system.


Method Summary
 void receiveGrailsBuildEvent(String name, Object... args)
          Responds to the event.
 

Method Detail

receiveGrailsBuildEvent

void receiveGrailsBuildEvent(String name,
                             Object... args)
Responds to the event.