|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.dtt.ca.event.CAEvent
it.dtt.ca.event.SmartCardEvent
it.dtt.ca.event.SmartCardStatusEvent
public class SmartCardStatusEvent
Notifies the status of the smart card.
Field Summary | |
---|---|
static int |
BLACKLISTED
Notifies that the smart card is blacklisted. |
static int |
EXPIRED
Notifies that the smart card is expired. |
static int |
GENERIC_CARD_ERROR
Notifies that there is an unknown error with the smart card. |
static int |
INVALID
Notifies that the smart cart is not valid. |
static int |
MEMORY_FULL
Notifies that the smart card has filled up memory. |
static int |
NEVER_PAIRED
Notifies that the smart card has never been paired with box. |
static int |
NOT_CERTIFIED
Notifies that the smart card is not certified. |
static int |
NOT_PAIRED
Notifies that the smart card is not actually paired with the box. |
static int |
PIN_CHANGED
Notifies that the pin of the smart card is changed (i.e. to have notification on reset by SMS). |
static int |
SUSPENDED
Notifies that the smart card is suspended. |
static int |
VALID
Notifies that the smart card is valid. |
Fields inherited from class it.dtt.ca.event.CAEvent |
---|
CA_ACCESS_EVENT, CA_PRODUCT_EVENT, HISTORY_UPDATE_EVENT, NEW_MESSAGE_EVENT, PIN_REQUEST_EVENT, RECHARGE_EVENT, SLOT_EVENT, SMART_CARD_STATUS_EVENT |
Constructor Summary | |
---|---|
protected |
SmartCardStatusEvent(SmartCard smartCard,
java.lang.Object data,
java.lang.String description)
Constructor for SmartCardStatusEvent object |
Method Summary | |
---|---|
int |
getType()
Returns the type of event that's arrived. |
Methods inherited from class it.dtt.ca.event.SmartCardEvent |
---|
getSmartCard |
Methods inherited from class it.dtt.ca.event.CAEvent |
---|
getData, getDescription, getPrivateData, getSource, setPrivateData, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int VALID
public static final int INVALID
public static final int EXPIRED
public static final int BLACKLISTED
public static final int SUSPENDED
public static final int NEVER_PAIRED
public static final int NOT_PAIRED
public static final int NOT_CERTIFIED
public static final int MEMORY_FULL
public static final int GENERIC_CARD_ERROR
public static final int PIN_CHANGED
Constructor Detail |
---|
protected SmartCardStatusEvent(SmartCard smartCard, java.lang.Object data, java.lang.String description)
smartCard
- the smart card generating the eventdata
- event related datadescription
- description of the eventMethod Detail |
---|
public int getType()
getType
in class CAEvent
CAEvent.SMART_CARD_STATUS_EVENT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |