source: 3thparty/jmessenger/src/nu/fw/jeti/jabber/elements/IQExtension.java @ 3952

Revision 3952, 384 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.jabber.elements;
2
3import nu.fw.jeti.jabber.Backend;
4
5/**
6 * <p>Title: im</p>
7 * <p>Description: </p>
8 * <p>Copyright: Copyright (c) 2001</p>
9 * <p>Company: </p>
10 * @author E.S. de Boer
11 * @version 1.0
12 */
13
14public interface IQExtension
15{
16        public void execute(InfoQuery iq,Backend backend);
17}
18/*
19 * Overrides for emacs
20 * Local variables:
21 * tab-width: 4
22 * End:
23 */
Note: See TracBrowser for help on using the repository browser.