ibspan.tss.layout.ontology.datamodel
Interface LayoutStructureListener

All Superinterfaces:
com.ibm.adtech.jastor.ThingListener

public interface LayoutStructureListener
extends com.ibm.adtech.jastor.ThingListener

Implementations of this listener may be registered with instances of ibspan.tss.layout.ontology.datamodel.LayoutStructure to receive notification when properties changed, added or removed.


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void hasErrorMessageChanged(LayoutStructure source)
          Called when hasErrorMessage has changed
 void hasMenuChanged(LayoutStructure source)
          Called when hasMenu has changed
 void hasTextChanged(LayoutStructure source)
          Called when hasText has changed
 void hasTitleChanged(LayoutStructure source)
          Called when hasTitle has changed
 

Method Detail

hasErrorMessageChanged

void hasErrorMessageChanged(LayoutStructure source)
Called when hasErrorMessage has changed

Parameters:
source - the affected instance of ibspan.tss.layout.ontology.datamodel.LayoutStructure

hasTitleChanged

void hasTitleChanged(LayoutStructure source)
Called when hasTitle has changed

Parameters:
source - the affected instance of ibspan.tss.layout.ontology.datamodel.LayoutStructure

hasTextChanged

void hasTextChanged(LayoutStructure source)
Called when hasText has changed

Parameters:
source - the affected instance of ibspan.tss.layout.ontology.datamodel.LayoutStructure

hasMenuChanged

void hasMenuChanged(LayoutStructure source)
Called when hasMenu has changed

Parameters:
source - the affected instance of ibspan.tss.layout.ontology.datamodel.LayoutStructure