"Fossies" - the Fresh Open Source Software archive 
Member "jacl1.4.1/docs/TclJavaLib/AssocData.htm" of archive jacl1.4.1.tar.gz:
Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links.
Alternatively you can here view or download the uninterpreted source code.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
tcl.lang.AssocData -- Used by extensions to associate their own
data with a Tcl interpreter.
abstract void disposeAssocData(Interp interp)
- Interp interp ()
-
The interpreter from which the association is deleted.
The AssocData interface is used by extensions to associate
their own data with a Tcl interpreter. When the interpreter is
disposed via interp.dispose, the disposeAssocData
methods of all the registered AssocData instances are called to
perform the necessary clean up. Note that if an association is
removed as a result of the interp.setAssocData or
interp.deleteAssocData calls, the disposeAssocData
method of the removed AssocData instance is NOT called.
Tcl_CmdDeleteProc
Interp, setAssocData
association, data, deletion procedure, interpreter
Copyright © 1998 Sun Microsystems, Inc.
Copyright © 1995-1997 Roger E. Critchlow Jr.