CLASS

tcl.lang.Interp -- This manual entry contains the Interp method that returns the interp's Notifier.

METHODS

Notifier getNotifier()

OTHER METHODS

setVar, traceVar, createCommand, eval, setResult,
backgroundError, setAssocData, dispose, pkgRequire

DESCRIPTION

getNotifier
The getNotifier method returns the notifier associated with the current interpreter. If such a notifier does not exists yet, it will be created automatically. The notifier can be used to send events to the Interp. See the description of the Notifier class for more details.

SEE ALSO

Interp, Notifier
Copyright © 1994-1998 Sun Microsystems, Inc.
Copyright © 1995-1997 Roger E. Critchlow Jr.