Skip to content

Instantly share code, notes, and snippets.

@joeRinehart
Created November 16, 2012 16:34
Show Gist options
  • Save joeRinehart/4088764 to your computer and use it in GitHub Desktop.
Save joeRinehart/4088764 to your computer and use it in GitHub Desktop.
ReallyNoisyEventListener.groovy
class ReallyNoisyEventListener implements ApplicationListener {
void onApplicationEvent( ApplicationEvent e ) {
println e
}
}
reallyNoisyEventListener(ReallyNoisyEventListener) { bean ->
bean.autowire = "byName"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment