********************************************************************
      *  NOTE: This file is generated automatically from the event
      *        definition file ZPaper.evt.
      ********************************************************************
INTERFACE ZPaperAlgClass ;
<*NOWARN*> IMPORT Algorithm, AlgorithmClass;
<* PRAGMA LL *>
TYPE
  EventDataRec = RECORD
    stopAtInit: BOOLEAN := TRUE;
    waitAtInit: CARDINAL := 1;
    ctOfInit: CARDINAL := 0;
    stopAtSet: BOOLEAN := TRUE;
    waitAtSet: CARDINAL := 1;
    ctOfSet: CARDINAL := 0;
  END;
  T <: Public;
  Public = Algorithm.T OBJECT
      eventDataRec: EventDataRec;
      METHODS
      END;
REVEAL
  Algorithm.T <: AlgorithmClass.T;
END ZPaperAlgClass.