public class REpiceaSliderGroup extends java.lang.Object implements javax.swing.event.ChangeListener, SynchronizedListening
Constructor and Description |
---|
REpiceaSliderGroup(int total)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
add(REpiceaSlider repiceaSlider)
This method adds a REpiceaSlider instance to the group.
|
void |
doNotListenToAnymore()
This method remove the listeners.
|
void |
listenTo()
This method specifies who is listening to whom.
|
void |
stateChanged(javax.swing.event.ChangeEvent arg0) |
public REpiceaSliderGroup(int total)
total
- the total value of the two sliders.public void add(REpiceaSlider repiceaSlider)
repiceaSlider
- a REpiceaSlider instancepublic void stateChanged(javax.swing.event.ChangeEvent arg0)
stateChanged
in interface javax.swing.event.ChangeListener
public void doNotListenToAnymore()
SynchronizedListening
doNotListenToAnymore
in interface SynchronizedListening
public void listenTo()
SynchronizedListening
listenTo
in interface SynchronizedListening