File: actionHandler.bsh

package info (click to toggle)
bsh 2.0b4-8
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,072 kB
  • ctags: 3,680
  • sloc: java: 23,424; xml: 4,484; sh: 134; makefile: 21
file content (7 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
import java.awt.event.ActionListener;

actionPerformed( e ) {
	print("Action!");
}

return (ActionListener)this;