I'm not sure what your code looks like, but here is a pretty general โsolutionโ (not tested):
for (ActionListener al : super.getThatButton().getActionListeners())
{
super.getThatButton().removeActionListener(al);
}
ActionListener. , , , , . ActionListener Actions ActionListeners.