edu.columbia.cs.cgui.rjfc.event
Class RAdjustmentCallBack

java.lang.Object
  |
  +--edu.columbia.cs.cgui.rjfc.event.AbstractEventCallBack
        |
        +--edu.columbia.cs.cgui.rjfc.event.RAdjustmentCallBack
All Implemented Interfaces:
AdjustmentListener, EventListener

public class RAdjustmentCallBack
extends AbstractEventCallBack
implements AdjustmentListener


Fields inherited from class edu.columbia.cs.cgui.rjfc.event.AbstractEventCallBack
declaredMethods
 
Constructor Summary
RAdjustmentCallBack(RAdjustmentListener data)
           
 
Method Summary
 void adjustmentValueChanged(AdjustmentEvent evar0)
           
 
Methods inherited from class edu.columbia.cs.cgui.rjfc.event.AbstractEventCallBack
isDeclared
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAdjustmentCallBack

public RAdjustmentCallBack(RAdjustmentListener data)
Method Detail

adjustmentValueChanged

public void adjustmentValueChanged(AdjustmentEvent evar0)
Specified by:
adjustmentValueChanged in interface AdjustmentListener