mentor/src/binpack/PackingView3.i3


 Copyright 1992 Digital Equipment Corporation. 
 Distributed only by permission. 
 Last modified on Sat Aug  8 00:17:12 PDT 1992 by mhb 

INTERFACE PackingView3;

IMPORT PackingView2;
A subclass of PackingView2, but also shows the Probe event visually.

TYPE
  T <: PackingView2.T;

END PackingView3.