public static interface EntityInternal.SensorSupportInternal extends Entity.SensorSupport
| Modifier and Type | Method and Description |
|---|---|
void |
remove(AttributeSensor<?> attribute) |
<T> T |
setWithoutPublishing(AttributeSensor<T> sensor,
T val)
Like
Entity.SensorSupport.set(AttributeSensor, Object), except does not publish an attribute-change event. |
<T> T setWithoutPublishing(AttributeSensor<T> sensor, T val)
Entity.SensorSupport.set(AttributeSensor, Object), except does not publish an attribute-change event.
Used for rebinding.void remove(AttributeSensor<?> attribute)