public interface IVerificationListener
Clients may implement this interface.
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
IVerificationResult
,
IVerifier
Modifier and Type | Field and Description |
---|---|
static int |
CHOICE_ABORT
Indicate the action that resulted in this notification should be aborted.
|
static int |
CHOICE_ERROR
Indicate there was an error in processing the request.
|
static int |
CHOICE_INSTALL_TRUST_ALWAYS
Indicate that the target of the verification should be accepted,
and the information supplied with the verification result
should be trusted for this request, and subsequent requests.
|
static int |
CHOICE_INSTALL_TRUST_ONCE
Indicate that the target of the verification should be accepted,
but the information supplied with the verification result
should be trusted only for this request.
|
Modifier and Type | Method and Description |
---|---|
int |
prompt(IVerificationResult result)
Determine if we should continue with the current action
based on the indicated verification results.
|
static final int CHOICE_ABORT
static final int CHOICE_ERROR
static final int CHOICE_INSTALL_TRUST_ONCE
static final int CHOICE_INSTALL_TRUST_ALWAYS
int prompt(IVerificationResult result)
result
- verification resultGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.