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.


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void hasLinkAdded(Menu source, Link newValue)
          Called when a value of hasLink has been added
 void hasLinkRemoved(Menu source, Link oldValue)
          Called when a value of hasLink has been removed
 

Method Detail

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.Menu
newValue - 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.Menu
oldValue - the object representing the removed value