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

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

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

Methods in org.eclipse.ocl.examples.impactanalyzer.instanceScope with parameters of type AlwaysEmptyChangeListener
 void AbstractNavigationStep.addAlwaysEmptyChangeListener(AlwaysEmptyChangeListener listener)
           
 void NavigationStep.addAlwaysEmptyChangeListener(AlwaysEmptyChangeListener listener)
          Whenever the result of NavigationStep.isAlwaysEmpty() changes, registered listeners will be informed by calling their ChangeListener#alwaysEmptyChanged(NavigationStep) method with this step as parameter.