ibspan.tss.layout.ontology.datamodel
Interface MenuListener
- All Superinterfaces:
- com.ibm.adtech.jastor.ThingListener
public interface MenuListener
- extends com.ibm.adtech.jastor.ThingListener
Implementations of this listener may be registered with instances of ibspan.tss.layout.ontology.datamodel.Menu to
receive notification when properties changed, added or removed.
| Fields inherited from interface com.ibm.adtech.jastor.ThingListener |
copyright |
hasLinkAdded
void hasLinkAdded(Menu source,
Link newValue)
- Called when a value of hasLink has been added
- Parameters:
source - the affected instance of ibspan.tss.layout.ontology.datamodel.MenunewValue - the object representing the new value
hasLinkRemoved
void hasLinkRemoved(Menu source,
Link oldValue)
- Called when a value of hasLink has been removed
- Parameters:
source - the affected instance of ibspan.tss.layout.ontology.datamodel.MenuoldValue - the object representing the removed value