|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.compiler.binding.DataListener
public class DataListener
Created: 5 déc. 2009
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
DataListener(String symbol,
String objectCode,
String addListenerCode,
String removeListenerCode)
|
|
| Method Summary | |
|---|---|
String |
getAddListenerCode()
|
String |
getObjectCode()
|
String |
getRemoveListenerCode()
|
String |
getSymbol()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final String symbol
protected final String objectCode
protected String addListenerCode
protected String removeListenerCode
| Constructor Detail |
|---|
public DataListener(String symbol,
String objectCode,
String addListenerCode,
String removeListenerCode)
| Method Detail |
|---|
public String getSymbol()
public String getObjectCode()
public String getAddListenerCode()
public String getRemoveListenerCode()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||