Uses of Class
phenote.error.ErrorEvent

Packages that use ErrorEvent
phenote.error   
 

Uses of ErrorEvent in phenote.error
 

Methods in phenote.error that return types with arguments of type ErrorEvent
 java.util.List<ErrorEvent> ErrorManager.getErrors()
           
 

Methods in phenote.error with parameters of type ErrorEvent
 void ErrorManager.error(ErrorEvent e)
           
 void ErrorListener.handleError(ErrorEvent e)