********************************************************************
* NOTE: This file is generated automatically from the event * definition file Match.evt. ********************************************************************<* PRAGMA LL *> INTERFACEcall the following to generate an event:MatchIE ; <*NOWARN*> IMPORT Match, Algorithm, VBT, View, Thread;PROCEDURE Init ( initiator: Algorithm.T; READONLY clues: Match.Clues ) RAISES {Thread.Alerted}; <* LL = {} *> PROCEDURE SetState ( initiator: Algorithm.T; i, j: INTEGER; state: Match.State ) RAISES {Thread.Alerted}; <* LL = {} *> PROCEDURE Selected ( initiator: View.T; key: INTEGER; READONLY cd: VBT.MouseRec ) RAISES {Thread.Alerted}; <* LL = VBT.mu *> END MatchIE.