public interface IProxyChangeEvent
IProxyService
.
This interface is not intended to be implemented by clients.
IProxyService
Modifier and Type | Field and Description |
---|---|
static int |
NONPROXIED_HOSTS_CHANGED
Type constant that indicates that the list of non-proxied hosts has changed
|
static int |
PROXY_DATA_CHANGED
Type constant that indicates that the data for one or more proxies has changed
|
static int |
PROXY_SERVICE_ENABLEMENT_CHANGE
Type constant that indicates that the enablement of the proxy
service has changed.
|
Modifier and Type | Method and Description |
---|---|
IProxyData[] |
getChangedProxyData()
For a change type of
PROXY_DATA_CHANGED , this method returns
the state of the changed known proxies after the change occurred. |
int |
getChangeType()
Return the type of change this event represents.
|
String[] |
getNonProxiedHosts()
For a change type of
NONPROXIED_HOSTS_CHANGED , this method will
return the list of non-proxied hosts after the change occurred. |
String[] |
getOldNonProxiedHosts()
For a change type of
NONPROXIED_HOSTS_CHANGED , this method will
return the list of non-proxied hosts before the change occurred. |
IProxyData[] |
getOldProxyData()
For a change type of
PROXY_DATA_CHANGED , this method returns
the state of all known proxies before the change occurred. |
static final int NONPROXIED_HOSTS_CHANGED
getChangeType()
,
Constant Field Valuesstatic final int PROXY_DATA_CHANGED
getChangeType()
,
Constant Field Valuesstatic final int PROXY_SERVICE_ENABLEMENT_CHANGE
int getChangeType()
NONPROXIED_HOSTS_CHANGED
,
PROXY_DATA_CHANGED
String[] getOldNonProxiedHosts()
NONPROXIED_HOSTS_CHANGED
, this method will
return the list of non-proxied hosts before the change occurred.String[] getNonProxiedHosts()
NONPROXIED_HOSTS_CHANGED
, this method will
return the list of non-proxied hosts after the change occurred.IProxyData[] getOldProxyData()
PROXY_DATA_CHANGED
, this method returns
the state of all known proxies before the change occurred.IProxyData[] getChangedProxyData()
PROXY_DATA_CHANGED
, this method returns
the state of the changed known proxies after the change occurred. Clients
should check the IProxyService.isProxiesEnabled()
method to see
if the proxy data change was the result of proxies being disabled.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.