break;
case KEY_UP:
fireEvent(new PKeyUpEvent(this, instruction.getInt(PROPERTY.VALUE)));
break;
case CLICK:
fireMouseEvent(instruction, new PClickEvent(this));
break;
case DOUBLE_CLICK:
fireMouseEvent(instruction, new PDoubleClickEvent(this));
break;
case MOUSE_OVER: