public interface ActionEventWithCurrentValue<T>
Modifier and Type | Field and Description |
---|---|
static int |
ID_GETVALUE |
static int |
ID_SETNAME |
static int |
ID_SETVALUE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionCommand() |
T |
getCurrentValue() |
int |
getID() |
java.lang.Object |
getSource() |
void |
setCurrentValue(T value) |
static final int ID_SETVALUE
static final int ID_GETVALUE
static final int ID_SETNAME