File: actionHandler.bsh

package info (click to toggle)
bsh 2.0b4-15
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 4,212 kB
  • sloc: java: 23,430; xml: 4,500; sh: 139; makefile: 30
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;