All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface nsjava.internal.InternalRep

public interface InternalRep
This is the interface for implementing internal representation of Tcl objects. A class that implements InternalRep should define the following: (1) the two abstract methods specified in this base class: dispose() duplicate() (2) The method toString() (3) class method(s) newInstance() if appropriate (4) class method setFromAny() if appropriate (5) class method get() if appropriate


Method Index

 o dispose()
 o duplicate()

Methods

 o dispose
 public abstract void dispose()
 o duplicate
 public abstract InternalRep duplicate() throws TclException

All Packages  Class Hierarchy  This Package  Previous  Next  Index