|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResolutionListener
Interface implemented by classes wishing to use a resolution response. The function is called when the resolution is completed or all attempts at resolving the CRID have been exhausted.
Field Summary | |
---|---|
static int |
ACCESS_ERROR
Value which indicates that resolution has failed due to an error condition preventing access to the specified resolution sources. |
static int |
UNKNOWN_CRID_AUTHORITY
Value which indicates that the CRID authority of the CRID is not supported by the specified resolution sources. |
Method Summary | |
---|---|
void |
resolutionCallback(ResolutionResponse rr)
This method is called to indicate that a valid resolution response has been obtained. |
void |
resolutionFailed(CRID crid,
int reason)
This method is called to indicate that a resolution request has failed. |
Field Detail |
---|
static final int UNKNOWN_CRID_AUTHORITY
static final int ACCESS_ERROR
Method Detail |
---|
void resolutionCallback(ResolutionResponse rr)
rr
- The resulting ResolutionResponse objectvoid resolutionFailed(CRID crid, int reason)
crid
- the CRID that was to be resolvedreason
- a value that is set to UNKNOWN_CRID_AUTHORITY
or ACCESS_ERROR
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |