********************************************************************
      *  NOTE: This file is generated automatically from the event
      *        definition file StringSearch.evt.
      ********************************************************************
<* PRAGMA LL *>
INTERFACE StringSearchViewClass ;
<*NOWARN*> IMPORT View, Thread;
TYPE
  T <: Public;
  Public = View.T OBJECT
      METHODS
      <*LL = {} *>
        oeSetup ( p, s: TEXT) RAISES {Thread.Alerted};
        oeProbe ( i, j: CARDINAL) RAISES {Thread.Alerted};
        oeResult ( res: BOOLEAN) RAISES {Thread.Alerted};
        oePartialMatch ( i, j, len: CARDINAL) RAISES {Thread.Alerted};
        oePartialMatchClear ( ) RAISES {Thread.Alerted};
        oeCompleteMatch ( j: CARDINAL) RAISES {Thread.Alerted};
        oeSlideTo ( j: CARDINAL) RAISES {Thread.Alerted};
        oeKMPSetup ( p: TEXT) RAISES {Thread.Alerted};
        oeAddEdge ( f, t: CARDINAL) RAISES {Thread.Alerted};
      <*LL = VBT.mu *>
      END;
END StringSearchViewClass.