193194195196197198199200201202203
{ if ( context instanceof InternalEventContext ) { InternalEventContext iec = (InternalEventContext) context; iec.attachEventCartridge( this ); return true; } else {