|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.jas.extension.tupleExplorer.cut.CutVariableListenerAdapter
public class CutVariableListenerAdapter
Constructor Summary | |
---|---|
CutVariableListenerAdapter(CutVariableGUI cutVarGUI)
Create a new CutVariableListenereAdapter |
Method Summary | |
---|---|
void |
cutVarRangeChanged(CutChangedEvent cutChangedEvent)
Invoked when the CutVariable range has changed |
void |
cutVarStateChanged(CutChangedEvent cutChangedEvent)
Invoked when the CutVariable state has changed |
void |
cutVarValueChanged(CutChangedEvent cutChangedEvent)
Invoked when the CutVariable has changed the current value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CutVariableListenerAdapter(CutVariableGUI cutVarGUI)
cutVarGUI
- the CutVariableGUI that is listeningMethod Detail |
---|
public void cutVarValueChanged(CutChangedEvent cutChangedEvent)
cutVarValueChanged
in interface CutVariableListener
cutChangedEvent
- the event describing the changepublic void cutVarRangeChanged(CutChangedEvent cutChangedEvent)
cutVarRangeChanged
in interface CutVariableListener
cutChangedEvent
- the event describing the changepublic void cutVarStateChanged(CutChangedEvent cutChangedEvent)
cutVarStateChanged
in interface CutVariableListener
cutChangedEvent
- the event describing the change
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |