SJava (version 0.98.0)

internal: Functions for internal or illustrative use by SJava

Description

These functions are for internal use by SJava, or are used in primarily outdated examples.

Usage

"conditionMessage"(c) "conditionCall"(c) getLastJavaException() createListener(methods, jinterface, jname = "", superClass = "org.omegahat.R.Java.RJavaInstance")

Arguments

c
A condition object.
methods
a named list of functions to be invoked, in particular actionPerformed to implement callback methods of jinterface.
jinterface
A Java class (e.g., java.awt.event.ActionListener) for which the listener is to be created.
jname
A name (as used by .JNew) used to refer to this dynamically compiled class.
superClass
The super class for the defined and dynamically compiled class.

See Also

conditions