jaxx.compiler.binding
Class DataListener

java.lang.Object
  extended by jaxx.compiler.binding.DataListener

public class DataListener
extends Object

Created: 5 déc. 2009

Version:
$Revision: 1926 $

Mise a jour: $Date: 2010-05-20 07:35:13 +0200 (jeu., 20 mai 2010) $ par : $Author: tchemit $

Author:
tchemit

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

symbol

protected final String symbol
Unique id of the data listener (should be something like objectId.propertyName


objectCode

protected final String objectCode
the nullity test to do before to add or remove the listener


addListenerCode

protected String addListenerCode
code of the add listener


removeListenerCode

protected String removeListenerCode
code of the remove listener

Constructor Detail

DataListener

public DataListener(String symbol,
                    String objectCode,
                    String addListenerCode,
                    String removeListenerCode)
Method Detail

getSymbol

public String getSymbol()

getObjectCode

public String getObjectCode()

getAddListenerCode

public String getAddListenerCode()

getRemoveListenerCode

public String getRemoveListenerCode()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2010 CodeLutin. All Rights Reserved.