Uses of Class
edu.wisc.ssec.mcidasv.probes.ProbeEvent

Packages that use ProbeEvent
edu.wisc.ssec.mcidasv.control McIDAS-V specific controls. 
edu.wisc.ssec.mcidasv.probes   
 

Uses of ProbeEvent in edu.wisc.ssec.mcidasv.control
 

Methods in edu.wisc.ssec.mcidasv.control with parameters of type ProbeEvent
 void MultiSpectralControl.Spectrum.probeColorChanged(ProbeEvent<Color> e)
           
 void MultiSpectralControl.ProbeTableModel.probeColorChanged(ProbeEvent<Color> e)
           
 void MultiSpectralControl.Spectrum.probePositionChanged(ProbeEvent<RealTuple> e)
           
 void MultiSpectralControl.ProbeTableModel.probePositionChanged(ProbeEvent<RealTuple> e)
           
 void MultiSpectralControl.Spectrum.probeVisibilityChanged(ProbeEvent<Boolean> e)
           
 void MultiSpectralControl.ProbeTableModel.probeVisibilityChanged(ProbeEvent<Boolean> e)
           
 

Uses of ProbeEvent in edu.wisc.ssec.mcidasv.probes
 

Methods in edu.wisc.ssec.mcidasv.probes with parameters of type ProbeEvent
 void ProbeListener.probeColorChanged(ProbeEvent<Color> event)
          Invoked when a probe's color has changed.
 void ProbeListener.probePositionChanged(ProbeEvent<RealTuple> event)
          Invoked when a probe's position is changed.
 void ProbeListener.probeVisibilityChanged(ProbeEvent<Boolean> event)
          Invoked when a probe's visibility has changed.