class A { int getAAA(int param) { return 0; } public void actionPerformed(A a) { a.getAAA() ((A)a).actionPerformed(this); } }