Interface AdjustTimezoneAndOffsetDialog.AdjustListener
-
- Enclosing class:
- AdjustTimezoneAndOffsetDialog
public static interface AdjustTimezoneAndOffsetDialog.AdjustListener
Listener called when the sliders are moved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
valuesChanged(GpxTimezone timezone, int minutes, int seconds)
Provides a textual description matching the new state after the change of values.
-
-
-
Method Detail
-
valuesChanged
String valuesChanged(GpxTimezone timezone, int minutes, int seconds)
Provides a textual description matching the new state after the change of values.- Parameters:
timezone
- new timezoneminutes
- new minutes offsetseconds
- new seconds offset- Returns:
- an HTML textual description matching the new state after the change of values
-
-