Java 2 Platform
v1.3

Uses of Interface
edu.umich.visualsoar.datamap.MatcherErrorHandler

Packages that use MatcherErrorHandler
edu.umich.visualsoar.datamap   
 

Uses of MatcherErrorHandler in edu.umich.visualsoar.datamap
 

Subinterfaces of MatcherErrorHandler in edu.umich.visualsoar.datamap
 interface CheckerErrorHandler
          This is an interface for error callbacks for the Checker
 

Classes in edu.umich.visualsoar.datamap that implement MatcherErrorHandler
 class DefaultCheckerErrorHandler
          This class is notified of errors by the datamap checker
 class DefaultMatcherErrorHandler
          This class implements the default behavior that corresponds to the MatcherErrorHandler
 class DoNothingMatcherErrorHandler
           
 


Java 2 Platform
v1.3