SJava-internal: Functions for internal or illustrative use by SJava

Description Usage Arguments Author(s) See Also

Description

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

Usage

1
2
3
4
5
6
7
## S3 method for class 'JavaException'
conditionMessage(c)
## S3 method for class 'JavaException'
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.

Author(s)

Duncan Temple Lang

See Also

conditions


SJava documentation built on Oct. 5, 2016, 4:17 a.m.

Related to SJava-internal in SJava...