mentor/derived/MatchIE.i3


 Copyright (C) 1995, Digital Equipment Corporation.       
 All rights reserved.                                     
 See the file COPYRIGHT for a full description.           
                                                          
 Last modified on Thu Feb  9 08:50:12 PST 1995 by kalsow  
      modified on Sun Jun  5 21:58:07 PDT 1994 by mhb     
      modified on Wed Feb 17 16:46:35 PST 1993 by johnh   

********************************************************************

      *  NOTE: This file is generated automatically from the event
      *        definition file Match.evt.
      ********************************************************************


<* PRAGMA LL *>

INTERFACE MatchIE;

<*NOWARN*> IMPORT Match, Algorithm, VBT, View, Thread;
call the following to generate an event:

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.

interface View is in: