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

Revision 3952, 495 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.IQXOOB;
4
5/**
6 * doesn't work yet
7 * <p>Title: im</p>
8 * <p>Description: </p>
9 * <p>Copyright: Copyright (c) 2001</p>
10 * <p>Company: </p>
11 * @author E.S. de Boer
12 * @version 1.0
13 */
14
15public interface OOBListener extends JETIListener
16{
17        /**
18         *
19         *
20         * @param jid
21         * @param id
22         * @param oob
23         */
24        void oob(nu.fw.jeti.jabber.JID jid,String id,IQXOOB oob);
25}
26/*
27 * Overrides for emacs
28 * Local variables:
29 * tab-width: 4
30 * End:
31 */
Note: See TracBrowser for help on using the repository browser.