static ActionListener actionListener(fO runnable) { ret actionListener(runnable, null); } static ActionListener actionListener(fO runnable, fO instanceToHold) { if (runnable instanceof ActionListener) ret (ActionListener) runnable; ret actionListener { temp holdInstance(instanceToHold); callF(runnable); }; }