Interface ProxyPreferenceListener
-
- All Known Implementing Classes:
GettingStarted
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ProxyPreferenceListener
Listener called when proxy settings are updated.- Since:
- 6525, 10600 (functional interface)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
proxyPreferenceChanged()
Method called when proxy settings are updated.
-
-
-
Method Detail
-
proxyPreferenceChanged
void proxyPreferenceChanged()
Method called when proxy settings are updated.
-
-