source: 3thparty/jmessenger/src/nu/fw/jeti/backend/ConnectionPacketReceiver.java @ 3952

Revision 3952, 338 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.backend;
2
3
4/**
5 * @author E.S. de Boer
6 * @version 1.0
7 */
8
9public interface ConnectionPacketReceiver extends PacketReceiver
10{
11        void connected(String connectionId,String xmppVersion);
12
13        public void outputDeath();
14       
15        public void inputDeath();
16
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.