Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
ReplaceAbstractClassInstanceByMapIntention
/
after.groovy.template
blob: eb1d6e2d7ae127bc465a993e5981436298d47e1b [
file
] [
log
] [
blame
]
def
listener
=
<spot>
{
ActionEvent
e
->
print
"action performed"
}
as
ActionListener
</
spot
>