mentor/derived/logoIE.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 logo.evt.
      ********************************************************************


<* PRAGMA LL *>

INTERFACE logoIE;

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

PROCEDURE Init (
      initiator: Algorithm.T;
       text: TEXT
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE RandomStep (
      initiator: Algorithm.T;
       delta: REAL
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE Shift (
      initiator: Algorithm.T;

    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE Marquee (
      initiator: Algorithm.T;
       side: INTEGER
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE MarqueeSpots (
      initiator: Algorithm.T;

    ) RAISES {Thread.Alerted};
    <* LL = {} *>

END logoIE.

interface View is in: