Public Member Functions | |
ThisDontWorkYetListener (JLabel label) | |
Constructs a ThisDontWorkYetListener with the given label, which will be used in the message. | |
void | actionPerformed (ActionEvent e) |
Called when the button is clicked. | |
Private Attributes | |
JLabel | label |
The label of the button that was clicked. |
edu.cmu.hcii.calo.view.iconwell.IconWellView.ThisDontWorkYetListener.ThisDontWorkYetListener | ( | JLabel | label | ) |
Constructs a ThisDontWorkYetListener with the given label, which will be used in the message.
label | the label |
void edu.cmu.hcii.calo.view.iconwell.IconWellView.ThisDontWorkYetListener.actionPerformed | ( | ActionEvent | e | ) |
Called when the button is clicked.
e | the action event |
The label of the button that was clicked.