tcl.lang.Interp -- This manual entry contains the Interp method that
returns the interp's Notifier.
Notifier getNotifier()
setVar,
traceVar,
createCommand,
eval,
setResult,
backgroundError,
setAssocData,
dispose,
pkgRequire
- 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.
Interp, Notifier
event, notifier, interpreter
Copyright © 1994-1998 Sun Microsystems, Inc.
Copyright © 1995-1997 Roger E. Critchlow Jr.