public class nUITimerObject extends nUIObject
Modifier and Type | Field and Description |
---|---|
int |
actiontime |
int |
time |
event_listener, event_listener_exclusive, first_child, last_child, next_sibling, nuiid, parent, prev_sibling, unlink_children_on_removal_from_parent
Constructor and Description |
---|
nUITimerObject(int nuiid,
int actiontime) |
Modifier and Type | Method and Description |
---|---|
int |
getActionTime() |
int |
getTime() |
boolean |
insertAt(int index,
nUIObject to_add)
Insert a nUIObject as a child of this one, at the given index.
|
void |
setActiontime(int actiontime) |
void |
setTime(int time) |
void |
tick() |
add, addEventListener, childElementAt, childIndexOf, getFirstChild, getId, getLastChild, getNextSibling, getParent, getPrevSibling, getTag, insertAfter, insertBefore, onRemoved, outputChildHierarchy, remove, remove, removeEventListener, replace, replace, setId, setTag, setUnlinkChildrenOnRemoval
public void setActiontime(int actiontime)
public int getActionTime()
public void setTime(int time)
public int getTime()
public boolean insertAt(int index, nUIObject to_add)
nUIObject
public void tick()