source: 3thparty/jmessenger/src/nu/fw/jeti/events/IQResultListener.java @ 3952

Revision 3952, 433 bytes checked in by alexandrecorreia, 13 years ago (diff)

Ticket #1710 - Adicao do codigo fonte java do componente jmessenger(jabberit_messenger)

  • Property svn:executable set to *
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.