Package com.nnamo.interfaces
Interface ButtonPanelBehaviour
public interface ButtonPanelBehaviour
Interface that defines the behavior for a click on a
CustomButtonPanel
of the ButtonPanel
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onButtonPanelClick
(JPanel panel) Method to be executed when theCustomButtonPanel
of the of theButtonPanel
is clicked.
-
Method Details
-
onButtonPanelClick
Method to be executed when theCustomButtonPanel
of the of theButtonPanel
is clicked.- Parameters:
panel
- the JPanel that will be affected by the click- See Also:
-