com.realtime.crossfire.jxclient.gui.gauge
Interface GUIGaugeListener

All Known Implementing Classes:
GUIDupGauge, GUIDupTextGauge, GUIGauge, GUITextGauge

public interface GUIGaugeListener

Interface which is implemented by all listener classes.


Method Summary
 void setValues(int curValue, int minValue, int maxValue, java.lang.String labelText, java.lang.String tooltipText)
          Sets the values to display.
 

Method Detail

setValues

void setValues(int curValue,
               int minValue,
               int maxValue,
               @NotNull
               java.lang.String labelText,
               @NotNull
               java.lang.String tooltipText)
Sets the values to display.

Parameters:
curValue - the values to display
minValue - the minimum possible value
maxValue - the maximum possible value
labelText - the label text
tooltipText - the tooltip suffix