********************************************************************
      *  NOTE: This file is generated automatically from the event
      *        definition file Binpack.evt.
      ********************************************************************
<* PRAGMA LL *>
INTERFACE BinpackViewClass ;
<*NOWARN*> IMPORT IntList, BinpackAux, RealList, View, Thread;
TYPE
  T <: Public;
  Public = View.T OBJECT
      METHODS
      <*LL = {} *>
        oeSetup ( nBins, nWts: INTEGER) RAISES {Thread.Alerted};
        oeNewWeight ( id: INTEGER; wt: REAL) RAISES {Thread.Alerted};
        oePack ( bin: INTEGER; total: REAL) RAISES {Thread.Alerted};
        oeIgnore ( ) RAISES {Thread.Alerted};
        oeProbe ( bin: INTEGER; total: REAL) RAISES {Thread.Alerted};
      <*LL = VBT.mu *>
        ueRepackBin ( bin: INTEGER; old, new: IntList.T; amts: RealList.T) RAISES {Thread.Alerted};
      END;
END BinpackViewClass.