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

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

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

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