zeus/src/TracedView.i3


Copyright (C) 1994, Digital Equipment Corp.

INTERFACE TracedView;

IMPORT View;
A 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.