gef/derived/gefeventViewClass.i3


Copyright (C) 1994, Digital Equipment Corp.
********************************************************************
      *  NOTE: This file is generated automatically from the event 
      *        definition file gefevent.evt.
 
********************************************************************

INTERFACE gefeventViewClass;

<* NOWARN *> IMPORT RefList;
<* NOWARN *> IMPORT SLispClass;
IMPORT Thread, View;

<* PRAGMA LL *>

TYPE
  T <: Public;
  Public = View.T OBJECT
      METHODS
      <*LL = {} *>
        oeInit ( files: RefList.T) RAISES {Thread.Alerted};
        oeEvent ( name: TEXT; args: RefList.T) RAISES {Thread.Alerted};
        oePause ( ) RAISES {Thread.Alerted};
      <*LL = VBT.mu *>
        ueUpdate ( name: TEXT; args: RefList.T) RAISES {Thread.Alerted};
      END;

END gefeventViewClass.