Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
ReplaceAbstractClassInstanceByMapIntention
/
before.groovy.template
blob: 4871c1b20234e83e98faa0577939e07cfa8e00c2 [
file
] [
log
] [
blame
]
def
listener
=
<spot>
new
ActionListener
(){
public
void
actionPerformed
(
ActionEvent
e
)
{
print
"action performed"
}
}</
spot
>