/* 73 */ if (this.listener) {
/* 74 */ this.w1 = new WakeupOnBehaviorPost(this, 401);
/* 75 */ this.w2 = new WakeupOnBehaviorPost(this, 402);
/* 76 */ this.warray[0] = this.w1;
/* 77 */ this.warray[1] = this.w2;
/* 78 */ this.w = new WakeupOr(this.warray);
/* 79 */ this.eventq = new LinkedList();
/* */ }
/* 81 */ wakeupOn(this.w);
/* */ }