Griffon 1.2.0

griffon.build
[Java] Interface GriffonBuildListener


public interface GriffonBuildListener

An interface that classes can implement to receive events raised by the Griffon build system.


Method Summary
void receiveGriffonBuildEvent(String name, Object... args)

Responds to the event.

 

Method Detail

receiveGriffonBuildEvent

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


 

Groovy Documentation