(* Copyright 1992 Digital Equipment Corporation. *) (* Distributed only by permission. *) (* Last modified on Wed Jul 29 19:38:09 PDT 1992 by johnh*) (* modified on Tue Jun 9 00:35:21 1992 by mhb *) (********************************************************************* |* NOTE: This file is generated automatically from the event |* definition file #(_ALGNAME_).evt. *********************************************************************) INTERFACE #(_ALGNAME_)ViewClass; #(_IMPORTS_) IMPORT View; <* PRAGMA LL *> TYPE T <: Public; Public = View.T OBJECT METHODS <*LL = {} *> #{_OUTPUT oe#(_EVENT_) (#(_ARGSTR_)); #} <*LL = VBT.mu *> #{_UPDATE ue#(_EVENT_) (#(_ARGSTR_)); #} END; END #(_ALGNAME_)ViewClass.