maslab.orcspy
Class MotorPanel.SlewGoalSliderListener

java.lang.Object
  extended by maslab.orcspy.MotorPanel.SlewGoalSliderListener
All Implemented Interfaces:
GoalSliderListener
Enclosing class:
MotorPanel

public class MotorPanel.SlewGoalSliderListener
extends java.lang.Object
implements GoalSliderListener


Constructor Summary
MotorPanel.SlewGoalSliderListener()
           
 
Method Summary
 void goalValueChanged(GoalSlider gs, int goalvalue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MotorPanel.SlewGoalSliderListener

public MotorPanel.SlewGoalSliderListener()
Method Detail

goalValueChanged

public void goalValueChanged(GoalSlider gs,
                             int goalvalue)
Specified by:
goalValueChanged in interface GoalSliderListener