Uses of Interface
org.malai.error.ErrorNotifier

Packages that use ErrorNotifier
net.sf.latexdraw.badaboom   
org.malai.error   
 

Uses of ErrorNotifier in net.sf.latexdraw.badaboom
 

Classes in net.sf.latexdraw.badaboom that implement ErrorNotifier
 class BadaboomCollector
          Defines an error collector.
 

Uses of ErrorNotifier in org.malai.error
 

Fields in org.malai.error declared as ErrorNotifier
private  ErrorNotifier ErrorCatcher.notifier
          The notifier object.
 

Methods in org.malai.error that return ErrorNotifier
 ErrorNotifier ErrorCatcher.getErrorNotifier()
           
 

Methods in org.malai.error with parameters of type ErrorNotifier
 void ErrorCatcher.setNotifier(ErrorNotifier notifier)
          Sets the notifier that will be notified about Malai errors.