public interface ModuleCommunicationListener
| Modifier and Type | Method and Description |
|---|---|
void |
moduleValueChanged(java.lang.String key,
java.lang.Object newValue)
This method is called whenever a variable, whose changes the module has
registered to, changes.
|