********************************************************************
      *  NOTE: This file is generated automatically from the event
      *        definition file Match.evt.
      ********************************************************************
<* PRAGMA LL *>
INTERFACE MatchViewClass ;
<*NOWARN*> IMPORT Match, VBT, View, Thread;
TYPE
  T <: Public;
  Public = View.T OBJECT
      METHODS
      <*LL = {} *>
        oeInit ( READONLY clues: Match.Clues) RAISES {Thread.Alerted};
        oeSetState ( i, j: INTEGER; state: Match.State) RAISES {Thread.Alerted};
      <*LL = VBT.mu *>
      END;
END MatchViewClass.