Interface PreferencesListener
- All Known Implementing Classes:
PreferencesAdapter
public interface PreferencesListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidplainTcpEnabledChanged(boolean plainTcpEnabled) The plainTcpEnabled flag has changed.voidprevSelectedComPortChanged(String prevSelectedComPort) voidprevSelectedSerialSymLinkChanged(String prevSelectedSerialSymLink) voidprevSelectedTcpHostChanged(String prevSelectedTcpHost) voidprevSelectedUdpHostChanged(String prevSelectedUdpHost) voidpropertyChanged(String propertyName, Object oldValue, Object newValue) A property has changed.voidptModeDoNotConfirmSwitchChanged(boolean ptModeDoNotConfirmSwitch) The ptModeDoNotConfirmSwitch flag has changed.voidresetReconnectDelayChanged(int resetReconnectDelay) The reset reconnect delay has changed.voidresponseTimeoutChanged(int responseTimeout) The response timeout has changed.voidserialEnabledChanged(boolean serialEnabled) The serialEnabled flag has changed.voidshowBoosterTableChanged(boolean showBoosterTable) The showBoosterTable flag has changed.voidstartTimeChanged(Date startTime) The start time has changed.voidtcpEnabledChanged(boolean tcpEnabled) The tcpEnabled flag has changed.voidtimeFactorChanged(int timeFactor) The time factor has changed.voidudpEnabledChanged(boolean udpEnabled) The udpEnabled flag has changed.
-
Method Details
-
prevSelectedComPortChanged
- Parameters:
prevSelectedComPort- the prev selected com port has changed
-
prevSelectedSerialSymLinkChanged
- Parameters:
prevSelectedSerialSymLink- the prev selected serial symlink has changed
-
prevSelectedUdpHostChanged
- Parameters:
prevSelectedUdpHost- the prev selected udp host has changed
-
prevSelectedTcpHostChanged
- Parameters:
prevSelectedTcpHost- the prev selected tcp host has changed
-
serialEnabledChanged
void serialEnabledChanged(boolean serialEnabled) The serialEnabled flag has changed.- Parameters:
serialEnabled- the new serialEnabled flag
-
udpEnabledChanged
void udpEnabledChanged(boolean udpEnabled) The udpEnabled flag has changed.- Parameters:
udpEnabled- the new udpEnabled flag
-
tcpEnabledChanged
void tcpEnabledChanged(boolean tcpEnabled) The tcpEnabled flag has changed.- Parameters:
tcpEnabled- the new tcpEnabled flag
-
plainTcpEnabledChanged
void plainTcpEnabledChanged(boolean plainTcpEnabled) The plainTcpEnabled flag has changed.- Parameters:
plainTcpEnabled- the new plainTcpEnabled flag
-
startTimeChanged
The start time has changed.- Parameters:
startTime- the new start time
-
timeFactorChanged
void timeFactorChanged(int timeFactor) The time factor has changed.- Parameters:
timeFactor- the new time factor
-
resetReconnectDelayChanged
void resetReconnectDelayChanged(int resetReconnectDelay) The reset reconnect delay has changed.- Parameters:
resetReconnectDelay- the new reset reconnect delay value
-
responseTimeoutChanged
void responseTimeoutChanged(int responseTimeout) The response timeout has changed.- Parameters:
responseTimeout- the new response timeout value
-
ptModeDoNotConfirmSwitchChanged
void ptModeDoNotConfirmSwitchChanged(boolean ptModeDoNotConfirmSwitch) The ptModeDoNotConfirmSwitch flag has changed.- Parameters:
ptModeDoNotConfirmSwitch- the ptModeDoNotConfirmSwitch flag
-
showBoosterTableChanged
void showBoosterTableChanged(boolean showBoosterTable) The showBoosterTable flag has changed.- Parameters:
showBoosterTable- the showBoosterTable flag
-
propertyChanged
A property has changed.- Parameters:
propertyName- the property nameoldValue- the old property valuenewValue- the new property value
-