Uses of Interface
org.eclipse.ocl.examples.impactanalyzer.instanceScope.SourceTypeChangeListener

Packages that use SourceTypeChangeListener
org.eclipse.ocl.examples.impactanalyzer.instanceScope   
 

Uses of SourceTypeChangeListener in org.eclipse.ocl.examples.impactanalyzer.instanceScope
 

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope with parameters of type SourceTypeChangeListener
 void AbstractNavigationStep.addSourceTypeChangeListener(SourceTypeChangeListener listener)
           
 void NavigationStep.addSourceTypeChangeListener(SourceTypeChangeListener listener)
          Whenever the result of NavigationStep.getSourceType() changes, registered listeners will be informed by calling their sourceTypeChanged(NavigationStep) method with this step as parameter.