source: trunk/jabberit_messenger/java_source/src/nu/fw/jeti/jabber/elements/ExtensionBuilder.java @ 1001

Revision 1001, 354 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.jabber.elements;
2
3/**
4 * <p>Title: im</p>
5 * <p>Description: </p>
6 * <p>Copyright: Copyright (c) 2001</p>
7 * <p>Company: </p>
8 * @author E.S. de Boer
9 * @version 1.0
10 */
11
12public interface ExtensionBuilder
13{
14
15        public Extension build();
16
17        public void reset();
18
19}
20/*
21 * Overrides for emacs
22 * Local variables:
23 * tab-width: 4
24 * End:
25 */
Note: See TracBrowser for help on using the repository browser.