public class DataListener extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
addListenerCode
code of the add listener
|
protected String |
objectCode
the nullity test to do before to add or remove the listener
|
protected String |
removeListenerCode
code of the remove listener
|
protected String |
symbol
Unique id of the data listener (should be something like objectId.propertyName
|
| Constructor and Description |
|---|
DataListener(String symbol,
String objectCode,
String addListenerCode,
String removeListenerCode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddListenerCode() |
String |
getObjectCode() |
String |
getRemoveListenerCode() |
String |
getSymbol() |
String |
toString() |
protected final String symbol
protected final String objectCode
protected String addListenerCode
protected String removeListenerCode
Copyright © 2008–2018 Ultreia.io. All rights reserved.