Package uk.ac.starlink.ttools.plot
Interface ErrorModeSelection
public interface ErrorModeSelection
Supplies an ErrorMode.
- Since:
- 1 Apr 2008
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addActionListener
(ActionListener listener) Adds a listener which will be notified if the selected mode changes.Returns an error mode associated with this object.void
removeActionListener
(ActionListener listener) Removes a listener added earlier.
-
Method Details
-
getErrorMode
ErrorMode getErrorMode()Returns an error mode associated with this object.- Returns:
- error mode
-
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
-