|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--harmonic.mz.event.SelectionEvent
Event sent by Selector when selection changes
| Field Summary | |
static int |
FINAL
Final selection. |
static int |
INCREMENTAL
Selection incrementally changed. |
Selector |
source
Selector |
static int |
TENTATIVE
A tentative selection. |
int |
when
Type of selection |
| Constructor Summary | |
SelectionEvent(Selector source,
java.util.Vector set,
java.util.Vector incSet,
int when)
|
|
| Method Summary | |
Selector |
getSource()
Return selector |
int |
getWhen()
Return event id |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public Selector source
public int when
public static final int FINAL
public static final int INCREMENTAL
public static final int TENTATIVE
| Constructor Detail |
public SelectionEvent(Selector source,
java.util.Vector set,
java.util.Vector incSet,
int when)
| Method Detail |
public Selector getSource()
public int getWhen()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||