public interface IControlGroupUpdateEvent extends IEvent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
F_GROUP_INDEX
Control group index field name.
|
static java.lang.String |
F_GROUP_UPDATE
Control group update field name.
|
static java.lang.String |
F_MASK
Mask field name.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getGroupIndex()
Returns the control group index.
|
java.lang.Integer |
getGroupUpdate()
Returns the control group update.
Possible values: 0x00: Assign
0x01: Add selection (assign)
0x02: Select
|
java.lang.Object |
getMask()
Returns the mask (result of a choice, either a Mask or OneIndices).
|
boolean |
isAssign()
Tells if this control group event is a control group assign.
|
boolean |
isSelect()
Tells if this control group event is a control group select.
|
getId, getLoop, getName, getParameters, getPlayerId, getRawParameters, getRicon, getUserIdget, get, getStructstatic final java.lang.String F_GROUP_INDEX
static final java.lang.String F_GROUP_UPDATE
static final java.lang.String F_MASK
java.lang.Integer getGroupIndex()
java.lang.Integer getGroupUpdate()
0x00: Assign
0x01: Add selection (assign)
0x02: Select
java.lang.Object getMask()
boolean isAssign()
boolean isSelect()
This API documentation is public and is intended for / allowed to be used by anyone.
Scelight home page: https://sites.google.com/site/scelight/
Scelight is a trademark of András Belicza. Copyright © András Belicza, 2013-2015. All rights reserved.