|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject org.cb.jset.client.model.CardEvent
Event related to the change of state of a card.
Field Summary | |
static int |
DESELECTED
the type of a deselection event. |
static int |
SELECTED
the type of a selection event. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
CardEvent(Card source,
int type)
Constructs an instance of CardEvent , given the specified source and type. |
Method Summary | |
int |
getType()
|
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 SELECTED
public static final int DESELECTED
Constructor Detail |
public CardEvent(Card source, int type)
CardEvent
, given the specified source and type.
source
- type
- Method Detail |
public int getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |