public abstract class OpenKitComposite extends java.lang.Object implements OpenKitObject
It features a container to store child objects. Be careful that the container is not thread safe, which must be guaranteed by the implementing class.
| Constructor and Description |
|---|
OpenKitComposite() |
| Modifier and Type | Method and Description |
|---|---|
int |
getActionID()
Get the action id of this composite or
0 if the composite is not an action. |
public int getActionID()
0 if the composite is not an action.
The default return value of 0 is implemented here.
Action related composites need to override this method and return the appropriate value.