|
@ -46,6 +46,9 @@ public class ResHeatingTubeRackSlotManager extends DiResourceManagerBase { |
|
|
|
|
|
|
|
|
// stop temperature refresh |
|
|
// stop temperature refresh |
|
|
public void stopTemperatureRefresh() { |
|
|
public void stopTemperatureRefresh() { |
|
|
|
|
|
if ( null == this.temperatureRefreshTimer ) { |
|
|
|
|
|
return ; |
|
|
|
|
|
} |
|
|
this.temperatureRefreshTimer.cancel(); |
|
|
this.temperatureRefreshTimer.cancel(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|