|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.sun.dtv.smartcard.CardTerminalEvent
public abstract class CardTerminalEvent
Defines an event object that inform listeners about state changes that
occurred in a CardTerminal
.
Field Summary | |
---|---|
static int |
CARD_INSERTED
Corresponds to the event when a card has been inserted. |
static int |
CARD_MUTE
Corresponds to the event when a card is mute. |
static int |
CARD_NOT_PRESENT
Corresponds to the event when no card is present. |
static int |
CARD_REMOVED
Corresponds to the event when a card is removed. |
static int |
CARD_TERMINAL_REMOVED
Corresponds to the event when the card terminal is removed. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
CardTerminalEvent(CardTerminal sourceTerminal)
Construct a CardTerminalEvent from the source. |
Method Summary | |
---|---|
CardTerminal |
getCardTerminal()
Returns the CardTerminal object where this event occurred. |
int |
getEventType()
Returns the type of event that happened at the physical card terminal. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CARD_REMOVED
public static final int CARD_INSERTED
public static final int CARD_MUTE
public static final int CARD_NOT_PRESENT
public static final int CARD_TERMINAL_REMOVED
Constructor Detail |
---|
public CardTerminalEvent(CardTerminal sourceTerminal)
sourceTerminal
- the source of the event.Method Detail |
---|
public CardTerminal getCardTerminal()
CardTerminal
object where this event occurred.
public int getEventType()
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |