org.freehep.jas.extension.tupleExplorer.cut
Interface CutVariableListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
CutWithVariables
All Known Implementing Classes:
AbstractCutWithVariables, CutVariable.CutVariableGUIListener, CutVariableListenerAdapter, CutVariableSynchronization, Numeric1DCut

public interface CutVariableListener
extends EventListener

Version:
$Id: CutVariableListener.java 13893 2011-09-28 23:42:34Z tonyj $
Author:
The FreeHEP team @ SLAC.

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
 

Method Detail

cutVarValueChanged

void cutVarValueChanged(CutChangedEvent cutChangedEvent)
Invoked when the CutVariable has changed the current value

Parameters:
cutChangedEvent - the event describing the change

cutVarRangeChanged

void cutVarRangeChanged(CutChangedEvent cutChangedEvent)
Invoked when the CutVariable range has changed

Parameters:
cutChangedEvent - the event describing the change

cutVarStateChanged

void cutVarStateChanged(CutChangedEvent cutChangedEvent)
Invoked when the CutVariable state has changed

Parameters:
cutChangedEvent - the event describing the change


Copyright © 2013. All Rights Reserved.