Interface ErrorModeSelection
public interface ErrorModeSelection
Supplies an ErrorMode.
- Since:
- 1 Apr 2008
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddActionListener(ActionListener listener) Adds a listener which will be notified if the selected mode changes.Returns an error mode associated with this object.voidremoveActionListener(ActionListener listener) Removes a listener added earlier.
-
Method Details
-
getErrorMode
-
addActionListener
Adds a listener which will be notified if the selected mode changes.- Parameters:
listener- listener to add
-
removeActionListener
Removes a listener added earlier.- Parameters:
listener- listener to remove
-