# Test3.py
from javax.swing import AbstractAction
class Action(AbstractAction):
    def actionPerformed( self, ev):
        print "fired action"
