Package org.jmol.dialog
Class Dialog.QualityListener
- java.lang.Object
-
- org.jmol.dialog.Dialog.QualityListener
-
- All Implemented Interfaces:
EventListener
,ChangeListener
- Enclosing class:
- Dialog
public class Dialog.QualityListener extends Object implements ChangeListener
-
-
Constructor Summary
Constructors Constructor Description QualityListener(boolean isJPEG, JSlider slider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
stateChanged(ChangeEvent arg0)
-
-
-
Field Detail
-
isJPEG
private boolean isJPEG
-
slider
private JSlider slider
-
-
Constructor Detail
-
QualityListener
public QualityListener(boolean isJPEG, JSlider slider)
-
-
Method Detail
-
stateChanged
public void stateChanged(ChangeEvent arg0)
- Specified by:
stateChanged
in interfaceChangeListener
-
-