********************************************************************
      *  NOTE: This file is generated automatically from the event
      *        definition file Match.evt.
      ********************************************************************
<* PRAGMA LL *>
INTERFACE MatchTranscriptView ;
IMPORT MatchViewClass;
TYPE
  T <: Public;
  Public = MatchViewClass.T OBJECT
      METHODS
        <* LL = VBT.mu *>
        init(): T;
      END;
END MatchTranscriptView.