Copyright (C) 1994, Digital Equipment Corp. INTERFACEATracedView ; IMPORT View;
TracedView.T
is a View.T
subclass that is useful for
debugging. It outputs to stdout each time that one of its methods
is invoked.
TYPE T <: View.T; END TracedView.