boolean setInt (PropertyAtomInt pai, int value, long time)
boolean setInt (PropertyAtomInt pai, int value, long time)
Name | Type | Description |
---|---|---|
pai | PropertyAtomInt | The property atom to set a new value for. |
value | int | The new value for the property. |
time | long | The time stamp describing when this property changed. |
Type | Description |
---|---|
boolean | true if property is set to new value with the given time, false otherwise. |