********************************************************************
* NOTE: This file is generated automatically from the event
* definition file Wheeler.evt.
********************************************************************
<* PRAGMA LL *>
INTERFACE WheelerViewClass ;
<*NOWARN*> IMPORT TextConv, View, Thread, MiscFmt;
TYPE
T <: Public;
Public = View.T OBJECT
METHODS
<*LL = {} *>
oeStartPermute ( string, alphabet: TEXT) RAISES {Thread.Alerted};
oeNextRotation ( i: INTEGER; string: TEXT) RAISES {Thread.Alerted};
oeRotationsSorted ( rotations: MiscFmt.RefTextArray; rowIndex: INTEGER) RAISES {Thread.Alerted};
oePermuteDone ( lastchars: TEXT; rowIndex: INTEGER) RAISES {Thread.Alerted};
oeStartEncode ( alphabet: TEXT) RAISES {Thread.Alerted};
oeEncodeNextChar ( i: INTEGER; c: CHAR) RAISES {Thread.Alerted};
oeEncodeDistinctCount ( i, k, n: INTEGER; c: CHAR) RAISES {Thread.Alerted};
oeEncodeFoundCode ( i, k, code: INTEGER; c: CHAR) RAISES {Thread.Alerted};
oeEncodeDone ( alphabet: TEXT; codes: MiscFmt.RefIntArray; rowIndex: INTEGER) RAISES {Thread.Alerted};
oeInitDecode ( alphabet: TEXT; codes: MiscFmt.RefIntArray; rowIndex: INTEGER) RAISES {Thread.Alerted};
oeStartDecode ( ) RAISES {Thread.Alerted};
oeDecodeNextCode ( i: INTEGER) RAISES {Thread.Alerted};
oeDecodeDistinctCount ( i, k, n: INTEGER) RAISES {Thread.Alerted};
oeDecodeFoundChar ( i, k: INTEGER; c: CHAR) RAISES {Thread.Alerted};
oeDecodeDone ( lastchars: TEXT; rowIndex: INTEGER) RAISES {Thread.Alerted};
oeStartReconstruct ( lastchars: TEXT; rowIndex: INTEGER) RAISES {Thread.Alerted};
oeFirstChars ( t: TEXT) RAISES {Thread.Alerted};
oeConsiderChar ( i: INTEGER) RAISES {Thread.Alerted};
oeEqualChars ( i, j: INTEGER) RAISES {Thread.Alerted};
oeFinishCharRun ( ) RAISES {Thread.Alerted};
oeStartResult ( ) RAISES {Thread.Alerted};
oeResultNextChar ( pos, k: INTEGER) RAISES {Thread.Alerted};
oeEndResult ( ) RAISES {Thread.Alerted};
oeReveal ( i: INTEGER) RAISES {Thread.Alerted};
<*LL = VBT.mu *>
END;
END WheelerViewClass.