[Nice-commit] Nice NEWS,1.31,1.32
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-06-11 15:53:46
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28516 Modified Files: NEWS Log Message: Is is now possible to make a class of an imported package implement an interface defined in the current package (fixes #904327). Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** NEWS 10 Jun 2004 13:40:28 -0000 1.31 --- NEWS 11 Jun 2004 15:53:36 -0000 1.32 *************** *** 4,7 **** --- 4,10 ---- not make any difference for Nice programs, but simplifies integration with Java tools and usage of Nice code from Java sources. + * Is is now possible to make a class of an imported package implement + an interface defined in the current package, with: + class some.pkg.ClassName implements MyInterface; * Allow calls to Java methods defined in a Java class that implements several Java interfaces declaring that same method, like |