Artifact ebb43b682a08aac3da1ebf9026d8721b2e5920e2:
- File jni/tclJBlend/src/tests/tcljava/tests/invoke/IntA.java — part of check-in [5b3c8c763d] at 2019-02-25 06:48:42 on branch trunk — first try of tclJBlend on Android (user: chw size: 369) [more...]
/* * IntA.java -- * * * Copyright (c) 1997 by Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * * RCS: @(#) $Id: IntA.java,v 1.1 1999/05/10 04:09:05 dejong Exp $ * */ package tests.invoke; public interface IntA { public String getStringA(); }