Public Member Functions | |
void | actionPerformed (ActionEvent e) |
Invoked when a control that ought to change something about the task gets clicked on. | |
Protected Member Functions | |
abstract void | undoAction () |
Should be implemented by each listener instance to undo whatever change clicking the control would otherwise have performed (e.g., selecting the button). |
void edu.cmu.hcii.calo.view.task.viewer.TaskViewerTaskListCell.OnlyAMockupActionListener.actionPerformed | ( | ActionEvent | e | ) |
Invoked when a control that ought to change something about the task gets clicked on.
Pops up a dialog stating that that won't work, and undoes the change by calling undoAction().
e | the action event |
abstract void edu.cmu.hcii.calo.view.task.viewer.TaskViewerTaskListCell.OnlyAMockupActionListener.undoAction | ( | ) | [protected, pure virtual] |
Should be implemented by each listener instance to undo whatever change clicking the control would otherwise have performed (e.g., selecting the button).