public class ConfigListenerProxy extends Proxy<ConfigListener> implements ConfigListener
ConfigListener
.Constructor and Description |
---|
ConfigListenerProxy() |
Modifier and Type | Method and Description |
---|---|
void |
onConfigChanged(byte[] configData)
Called when the config changes.
|
getReference, invoke, invokeBoolean, invokeByte, invokeChar, invokeDouble, invokeFloat, invokeInt, invokeLong, invokeRef, invokeShort
public void onConfigChanged(byte[] configData)
ConfigListener
onConfigChanged
in interface ConfigListener
configData
- application-dependent configuration data