| Package | Description |
|---|---|
| stella.environment | |
| stella.io | |
| stella.net | |
| stella.roof | |
| stella.sensor |
| Modifier and Type | Method and Description |
|---|---|
void |
EnvironmentMaster.newValue(CacheChangedEvent cce)
Signals that the cache value linked to one of the roof info modules has
changed its value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheChangedListener.newValue(CacheChangedEvent cce)
The caster of an cache changed event passes the event to this method.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
AbstractVariableMonitor.notifyListeners(CacheChangedEvent cce,
Collection<CacheChangedListener> signal)
Synchronizes on the listeners and notifies each of a cache changed event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SwitchTrigger.newValue(CacheChangedEvent cce)
The run method of the switch-trigger thread.
|
void |
LightSwitch.newValue(CacheChangedEvent cce)
First, get the current state of the trigger.
|
void |
BeckhoffLight.newValue(CacheChangedEvent cce)
First, get the current state of the trigger.
|
void |
BeckhoffRoof.PlcTrigger.newValue(CacheChangedEvent cce)
We are notified by the polling thread that a limit switch has
changed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeckhoffRainSensor.newValue(CacheChangedEvent cce)
Indicates a new cache-reading on the rain sensor.
|
void |
RS485RainImminentSensor.newValue(CacheChangedEvent cce)
Indicates a new cache-reading on the rain sensor.
|
void |
RS485RainSensor.newValue(CacheChangedEvent cce)
Indicates a new cache-reading on the rain sensor.
|