public void setHotkey(Keys[] a_key, clickDelegate a_method) { m_clickEvent = new Button.clickDelegate(a_method); m_hotkey = a_key; }