ibspan.tss.layout.ontology.datamodel
Interface LinkListener

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

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

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


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void hasActionNameChanged(Link source)
          Called when hasActionName has changed
 void hasLabelChanged(Link source)
          Called when hasLabel has changed
 

Method Detail

hasLabelChanged

void hasLabelChanged(Link source)
Called when hasLabel has changed

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

hasActionNameChanged

void hasActionNameChanged(Link source)
Called when hasActionName has changed

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