public interface ButtonModel
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addActionListener(ActionListener l)
Adds an
ActionListener to receive notification of user
actions, i.e., button presses. |
void |
doAction()
Notifies the model of the button's action having been invoked.
|
java.lang.String |
getActionCommand()
Returns the action command.
|
void |
removeActionListener(ActionListener l)
Removes an
ActionListener from being notified of user
actions, i.e., button presses. |
void |
setActionCommand(java.lang.String newValue)
Sets the action command.
|
void addActionListener(ActionListener l)
ActionListener to receive notification of user
actions, i.e., button presses.l - the listener to addvoid doAction()
java.lang.String getActionCommand()
void removeActionListener(ActionListener l)
ActionListener from being notified of user
actions, i.e., button presses.l - the listener to removevoid setActionCommand(java.lang.String newValue)
newValue - the new action command