KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > raptus > owxv3 > api > ComparableItemIFace


1 /*
2  * eAdmin/OWX
3  * Copyright (C) 1996-2003 OWX-Project Team <owx-team@gmx.net>
4  */

5
6 /*
7  * ComparableItemIFace.java
8  *
9  * Created on 13 decembrie 2001, 11:41
10  */

11
12 package com.raptus.owxv3.api;
13
14 /**
15  *
16  * @author jancsi
17  * @version
18  */

19 public interface ComparableItemIFace
20 {
21     /**
22      * return true if this item has the specified item
23      */

24     public boolean equals(int id);
25 }
26
27
Popular Tags