static A onFrameClosing(A c, O r) { onWindowClosing(getWindow(c), r); ret c; } static A onFrameClosing(O r, A c) { ret onFrameClosing(c, r); }