org.annotation.wordfreak
Interface CriterionChangeListener

All Known Implementing Classes:
AnnotationFilterViewer

public interface CriterionChangeListener

Interface by which filter components are notified of changes in their criteria.


Method Summary
 void changeCriterion(AnnotationFilterCriterionViewer afcv)
          Notifies the listener that the criteria displayed by the specified annotation filter criterion viwer has been changed.
 void removeCriterion(AnnotationFilterCriterionViewer afcv)
          Notifies the listener that the criteria displayed by the specified annotation filter criterion viwer has been removed.
 

Method Detail

changeCriterion

public void changeCriterion(AnnotationFilterCriterionViewer afcv)
Notifies the listener that the criteria displayed by the specified annotation filter criterion viwer has been changed.

Parameters:
afcv - The filter criteria viewer.

removeCriterion

public void removeCriterion(AnnotationFilterCriterionViewer afcv)
Notifies the listener that the criteria displayed by the specified annotation filter criterion viwer has been removed.

Parameters:
afcv - The filter criteria viewer.


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.