********************************************************************
* NOTE: This file is generated automatically from the event * definition file CP.evt. ********************************************************************<* PRAGMA LL *> INTERFACECPViewClass ; <*NOWARN*> IMPORT R2, View, Thread; TYPE T <: Public; Public = View.T OBJECT METHODS <*LL = {} *> oeSetup ( ) RAISES {Thread.Alerted}; oeAddPoint ( p: R2.T; N: INTEGER; big: BOOLEAN) RAISES {Thread.Alerted}; oeNotProcessed ( x1, x2: REAL; big: BOOLEAN) RAISES {Thread.Alerted}; oeRemoveNotProcessed ( x1, x2: REAL; big: BOOLEAN) RAISES {Thread.Alerted}; oeActiveR ( x1, x2: REAL; big: BOOLEAN) RAISES {Thread.Alerted}; oeRemoveActiveR ( x1, x2: REAL; big: BOOLEAN) RAISES {Thread.Alerted}; oeCloseR ( x1, x2: REAL; big: BOOLEAN) RAISES {Thread.Alerted}; oeRemoveCloseR ( x1, x2: REAL; big: BOOLEAN) RAISES {Thread.Alerted}; oeSplit ( x: REAL; big: BOOLEAN) RAISES {Thread.Alerted}; oeSplitRemove ( x: REAL; big: BOOLEAN) RAISES {Thread.Alerted}; oeNewMin ( p1, p2, c1, c2: R2.T; big: BOOLEAN) RAISES {Thread.Alerted}; oeNoChangeMin ( p1, p2, c1, c2: R2.T; big: BOOLEAN) RAISES {Thread.Alerted}; oeSelectTrialPoint ( x: R2.T; big: BOOLEAN) RAISES {Thread.Alerted}; oeDeselectTrialPoint ( x: R2.T; big: BOOLEAN) RAISES {Thread.Alerted}; oeSelectTargetPoint ( trialp, targp: R2.T; big: BOOLEAN) RAISES {Thread.Alerted}; oeDeselectTargetPoint ( trialp, targp: R2.T; big: BOOLEAN) RAISES {Thread.Alerted}; oeDrawBar ( y, x1, x2: REAL; big: BOOLEAN) RAISES {Thread.Alerted}; oeRemoveBar ( y, x1, x2: REAL; big: BOOLEAN) RAISES {Thread.Alerted}; <*LL = VBT.mu *> END; END CPViewClass.