|
|||||||||
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.PinRequestEvent
public class PinRequestEvent
This event is thrown by the CA to notify that a PIN input is required in order to proceed. The Pin object to use is provided by this class.
Field Summary | |
---|---|
static int |
PIN_REQUEST
Ask the application to enter the PIN. |
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 |
PinRequestEvent(CAManager caManager,
Pin pin)
Creates an istance of the PinRequestEvent |
Method Summary | |
---|---|
Pin |
getPin()
Get the PIN object that requires entering the correct PIN. |
int |
getType()
Returns the type of event that's arrived. |
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 PIN_REQUEST
Constructor Detail |
---|
protected PinRequestEvent(CAManager caManager, Pin pin)
caManager
- the CaManagerpin
- the pinMethod Detail |
---|
public Pin getPin()
public int getType()
getType
in class CAEvent
CAEvent.PIN_REQUEST_EVENT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |