public point3D_stub(mtest.Ipoint3D data, List <Events> handled) : base(data)
 {
     this.handled = handled;
 }
 public override mtest.point3D_subscriber makeElementHandler_structVec(mtest.Ipoint3D data)
 {
     return(new point3D_stub(data, handled));
 }
 public override void notifyErased_structVec(int index, mtest.Ipoint3D oldVal)
 {
     handled.Add(Events.notifyErased_structVec);
 }