********************************************************************
      *  NOTE: This file is generated automatically from the event
      *        definition file ZPaper.evt.
      ********************************************************************
<* PRAGMA LL *>
INTERFACE ZPaperViewClass ;
<*NOWARN*> IMPORT View, Thread;
TYPE
  T <: Public;
  Public = View.T OBJECT
      METHODS
      <*LL = {} *>
        oeInit ( N, k: INTEGER) RAISES {Thread.Alerted};
        oeSet ( x, y, val: INTEGER) RAISES {Thread.Alerted};
      <*LL = VBT.mu *>
      END;
END ZPaperViewClass.