Artifact 8862cc1d98cf5b5e88f29dbc9b10dc1fde78383a:
- File jni/tclJBlend/src/tests/tcljava/tcl/lang/NoEventBean.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: 475) [more...]
/* * NoEventBean -- * * A Bean that has no events. Used to test the java::bind command. * * Copyright (c) 1997 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: NoEventBean.java,v 1.1 1999/05/10 04:08:59 dejong Exp $ */ package tcl.lang; import java.util.*; public class NoEventBean { public NoEventBean() {} } // end TesterBean