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

Revision 1001, 433 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
3import nu.fw.jeti.jabber.elements.InfoQuery;
4
5/**
6 * Created on 18-okt-2004
7 * @author E.S. de Boer
8 * returns IQ results
9 *
10 */
11public interface IQResultListener extends JETIListener
12{
13       
14        /**
15         * The errorcode and the errorMessage from a error infoquery
16         * @param iq the infoquery result
17         */
18        void iqResult(InfoQuery iq);
19
20}
21
22/*
23 * Overrides for emacs
24 * Local variables:
25 * tab-width: 4
26 * End:
27 */
Note: See TracBrowser for help on using the repository browser.