com.japisoft.xmlpad.error
Interface ErrorSelectionListener

All Known Implementing Classes:
XMLEditor

public interface ErrorSelectionListener

Interface for notifying an external element that one error has been choosen by the user.

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Method Summary
 void errorSelected(java.lang.String source, int line, java.lang.String message)
          An error has been selected by the user
 

Method Detail

errorSelected

public void errorSelected(java.lang.String source,
                          int line,
                          java.lang.String message)
An error has been selected by the user

Parameters:
source - The document location
line - The error line
message - The error message


Copyright © 2006 JAPISoft. All Rights Reserved.