source: trunk/jabberit_messenger/java_source/src/nu/fw/jeti/events/ErrorListener.java @ 1001

Revision 1001, 402 bytes checked in by alexandrecorreia, 15 years ago (diff)

Ticket #552 - Inclusão do projeto Java referente ao applet do módulo.

Line 
1package nu.fw.jeti.events;
2
3/**
4 * Created on 1-mrt-2003
5 * @author E.S. de Boer
6 * Signals protocol errors
7 *
8 */
9public interface ErrorListener extends JETIListener
10{
11       
12        /**
13         * The errorcode and the errorMessage from a error infoquery
14         * @param errorCode
15         * @param error
16         */
17        void error(int errorCode,String error);
18
19}
20
21/*
22 * Overrides for emacs
23 * Local variables:
24 * tab-width: 4
25 * End:
26 */
Note: See TracBrowser for help on using the repository browser.