|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Outcome.Code | |
---|---|
com.ecebs.rtd.enabler.callback | Provides interfaces for implementing callback instances that can obtain information about the status of an operation |
com.ecebs.rtd.enabler.types | Contains basic types used by the library |
Uses of Outcome.Code in com.ecebs.rtd.enabler.callback |
---|
Methods in com.ecebs.rtd.enabler.callback with parameters of type Outcome.Code | |
---|---|
void |
IDetectCardCallback.onCardDetectionError(Outcome.Code code)
Called when there was an error while connecting with a CM |
void |
IITSOFrameworkCallback.onReadError(Outcome.Code code)
Called when there was an error reading from the card |
Uses of Outcome.Code in com.ecebs.rtd.enabler.types |
---|
Methods in com.ecebs.rtd.enabler.types that return Outcome.Code | |
---|---|
Outcome.Code |
Outcome.getCode()
Get the code representing the reason for the operation finishing |
static Outcome.Code |
Outcome.Code.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Outcome.Code[] |
Outcome.Code.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.ecebs.rtd.enabler.types with parameters of type Outcome.Code | |
---|---|
void |
Outcome.setCode(Outcome.Code code)
|
Constructors in com.ecebs.rtd.enabler.types with parameters of type Outcome.Code | |
---|---|
Outcome(Outcome.State state,
Outcome.Code code)
|
|
Outcome(Outcome.State state,
Outcome.Code code,
String hint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |