JPH0660038A - Event control method - Google Patents

Event control method

Info

Publication number
JPH0660038A
JPH0660038A JP4235410A JP23541092A JPH0660038A JP H0660038 A JPH0660038 A JP H0660038A JP 4235410 A JP4235410 A JP 4235410A JP 23541092 A JP23541092 A JP 23541092A JP H0660038 A JPH0660038 A JP H0660038A
Authority
JP
Japan
Prior art keywords
event
processing
events
queue
control method
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP4235410A
Other languages
Japanese (ja)
Inventor
Toru Mori
徹 盛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP4235410A priority Critical patent/JPH0660038A/en
Publication of JPH0660038A publication Critical patent/JPH0660038A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)
  • Computer And Data Communications (AREA)

Abstract

PURPOSE:To provide the event control method which is good in event throughput efficiency by sequentially taking events out of an event queue stored with events to be reported and analyzing their kinds, and individually processing a specific kind of events which possibly cause interference and other kinds of events. CONSTITUTION:A work station 11 is equipped with a keyboard 12 and a pointing device 13. An event control part 14 is equipped with a user input process part 15 and a MisicEvents (other events) process part 16. The event control part 14 fetches an event from the event queue and analyzes the kind of the event to judge whether or not the event is a user action event. Here, a user action is an event which causes interference owing to operation on the keyboard 12 or operation of the pointing device 13. When the event is the user action event, the event is sent to the user input process part 15, but when not, the event is sent to the event process part 16.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はイベント制御方法に関
し、詳しくはサーバから通知されて来るイベントの内容
に従って対応する処理を実行するサーバクライアントシ
ステムにおけるイベント制御方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an event control method, and more particularly to an event control method in a server client system which executes corresponding processing according to the contents of an event notified from a server.

【0002】[0002]

【従来の技術】サーバクライアントシステム、例えばX
ウィンドウシステムでは、イベントキューを介してサー
バからクライアントへのイベント通知が為される。クラ
イアントは該イベントキューから順次イベントを取り出
し、夫々のイベントに対応した処理を実行する(例えば
木下凌一著「X−window Ver.11 プログ
ラミング」 初版8刷 (1992年7月17日) 日
刊工業新聞社 p.100、特開平2−8920、特開
平3−144846など参照)。クライアント側でイベ
ントを処理する場合、イベント相互間の干渉が起きない
ように処理する必要がある。例えばポインティングデバ
イスやキー操作などユーザーの行為に起因するイベント
は、イベントの順に処理をしないと、データ入力、処理
その他が正しく実行されない虞れがある。この為、従来
のイベント処理部(Event Handler)では、一つのイベ
ントの処理が終了してから次のものをイベントキューか
ら取り出す、という処理手順を踏み、これにより干渉さ
れては困るイベントを処理している間、他のイベントの
処理が行なわれないようにしていた(図10参照)。又
イベント処理に時間が掛かる場合には、イベント処理部
からのフォーク(Fork)で対応していた。
2. Description of the Related Art A server client system, eg X
In the window system, an event is notified from the server to the client via the event queue. The client sequentially retrieves events from the event queue and executes processing corresponding to each event (for example, Ryoichi Kinoshita "X-windows Ver.11 Programming" First Edition 8th edition (July 17, 1992) Nikkan Kogyo Shimbun P.100, JP-A-2-8920, JP-A-3-144846, etc.). When processing events on the client side, it is necessary to process them so that they do not interfere with each other. For example, an event caused by a user's action such as a pointing device or a key operation may not be executed properly in data input and processing unless the processing is performed in the order of the event. Therefore, in the conventional event handler (Event Handler), the processing procedure of taking out the next one from the event queue after completing the processing of one event is taken, and the event which is not interfered by this is processed. During that time, processing of other events was prevented from being performed (see FIG. 10). When event processing takes a long time, a fork from the event processing unit is used.

【0003】[0003]

【発明が解決しようとする課題】しかし上記従来方法で
は、イベントキューの負荷はイベント処理の効率によっ
て左右され、この為、例えばウィンドウの重なり状態が
変化しても、そのリペイントが即座に行なわれない、と
いうような現象が生じ、処理効率が悪かった。またフォ
ーク(Fork)で対応する場合、その処理が他のイベントへ
干渉することが無いよう細心の注意を払う必要があっ
た。本発明の目的はこのような従来技術の欠点を解消
し、イベント処理効率の良いイベント制御方法を提供す
ることにある。
However, in the above-mentioned conventional method, the load of the event queue depends on the efficiency of the event processing. Therefore, even if the overlapping state of the windows changes, the repainting is not performed immediately. The phenomenon such as, occurred, and the processing efficiency was poor. Also, when dealing with a fork, it was necessary to pay close attention so that the processing did not interfere with other events. An object of the present invention is to eliminate such drawbacks of the prior art and provide an event control method with high event processing efficiency.

【0004】[0004]

【課題を解決するための手段】上記目的達成のため請求
項1の発明では、サーバから通知されてくるイベントの
内容に従って対応する処理を実行するサーバクライアン
トシステムに於て、前記通知されるイベントが格納され
ているイベントキューから順次イベントを取り出してそ
の種類を解析し、干渉する虞れがある所定種類のイベン
トとその他の種類のイベントとを、別個に処理する。請
求項2の発明では、請求項1記載のイベント制御方法に
おいて、前記所定種類のイベントを処理用キューに格納
し、該処理用キューから順次イベントを取り出して対応
する処理を実行する。請求項3の発明では、請求項1ま
たは請求項2記載のイベント制御方法に於て、前記その
他のイベントを複数個の処理用キューに格納し、該夫々
の処理用キュー毎にイベントを取り出して夫々に対応す
る処理を実行する。請求項4の発明では、請求項1、請
求項2または請求項3記載のイベント制御方法に於て、
指定されたイベントに対する処理登録の追加または変更
を行なう。
In order to achieve the above object, according to the invention of claim 1, in the server client system for executing the corresponding processing according to the content of the event notified from the server, the notified event is Events are sequentially extracted from the stored event queue, their types are analyzed, and predetermined types of events that may interfere with each other and other types of events are processed separately. According to a second aspect of the invention, in the event control method according to the first aspect, the predetermined type of event is stored in a processing queue, the events are sequentially taken out from the processing queue, and the corresponding processing is executed. According to the invention of claim 3, in the event control method according to claim 1 or 2, the other event is stored in a plurality of processing queues, and an event is extracted for each of the processing queues. The process corresponding to each is performed. According to the invention of claim 4, in the event control method according to claim 1, claim 2 or claim 3,
Add or change the processing registration for the specified event.

【0005】[0005]

【作用】請求項1の発明では、イベントキューから順次
イベントを取り出してその種類が解析される。例えば上
記例に倣い、ユーザーのマウス操作、キー操作に関する
イベントが、「干渉する虞れがある所定種類のイベン
ト」とされているとすると、この所定種類のイベント
と、その他の種類のイベント、例えばウィンドウの重な
り状態が変ったなどのイベントが、夫々別個に処理され
る。請求項2の発明では、請求項1記載のイベント制御
方法において、前記所定種類のイベントが処理用キュー
に格納され、該処理用キューから順次イベントが取り出
されて対応する処理が実行される。請求項3の発明で
は、請求項1または請求項2記載のイベント制御方法に
於て、前記その他のイベントが複数個の処理用キューに
格納され、該夫々の処理用キュー毎にイベントが取り出
されて夫々に対応する処理が実行される。請求項4の発
明では、請求項1、請求項2または請求項3記載のイベ
ント制御方法に於て、イベントに対する処理登録の追加
または変更が行なわれる。
According to the first aspect of the invention, events are sequentially taken out from the event queue and their types are analyzed. For example, following the above example, if the event related to the user's mouse operation and key operation is assumed to be "a predetermined type of event that may cause interference," this predetermined type of event and other types of events, for example, Events such as changing the overlapping state of windows are processed separately. According to a second aspect of the invention, in the event control method according to the first aspect, the predetermined type of event is stored in the processing queue, and the events are sequentially extracted from the processing queue and the corresponding processing is executed. According to a third aspect of the invention, in the event control method according to the first or second aspect, the other event is stored in a plurality of processing queues, and the event is extracted for each of the processing queues. Then, the corresponding processing is executed. According to the invention of claim 4, in the event control method according to claim 1, claim 2 or claim 3, processing registration for an event is added or changed.

【0006】[0006]

【実施例】以下本発明の詳細を図示実施例に基いて説明
する。図1乃至図5に第一実施例を示す。この実施例は
請求項1及びこれを引用する請求項4の発明の一実施例
である。図1に於て11はワークステーションで、キー
ボード12及びポインンティングデバイス13(マウス
等)を備えている。14はイベント制御部で、ユーザー
入力処理部15及びMiscEvents処理部16を備えてい
る。なお「MiscEvents」とは「Miscelaneous Events
(その他のイベント)」の意である。イベント制御部1
4の機能を図2に示す。該制御部14は、イベントキュ
ー(不図示)からイベントを取り込む(S11)。次い
でそのイベントの種類の解析をし(S12)、ユーザー
アクションイベントか否かの判断を行なう(S13)。
ここにユーザーアクションとは、キーボード12やポイ
ンティングデバイス13の操作に起因して発生するイベ
ントのことをいい、干渉が起こるイベントとして代表的
なものである。本実施例ではこれを請求項にいう「所定
種類のイベント」とする。なお具体的に何を所定種類の
イベントとするかは個々のシステムで定められる。ユー
ザーアクションイベントであった場合(S13「YES
(はい)」)、そのイベントはユーザー入力処理部15
に送られる(S14)。そうでない場合(S13「NO
(いいえ)」)、そのイベントはMiscEventsイベント処
理部16に送られる(S15)。
The details of the present invention will be described below with reference to the illustrated embodiments. 1 to 5 show a first embodiment. This embodiment is an embodiment of the invention of claim 1 and claim 4 which cites it. In FIG. 1, reference numeral 11 denotes a workstation, which includes a keyboard 12 and a pointing device 13 (mouse or the like). An event control unit 14 includes a user input processing unit 15 and a MiscEvents processing unit 16. "Misc Events" means "Miscelaneous Events"
(Other events) ". Event controller 1
The functions of No. 4 are shown in FIG. The control unit 14 takes in an event from an event queue (not shown) (S11). Next, the type of the event is analyzed (S12), and it is determined whether the event is a user action event (S13).
Here, the user action refers to an event that occurs due to the operation of the keyboard 12 or the pointing device 13, and is a typical event that causes interference. In this embodiment, this is referred to as the "predetermined type of event" in the claims. It should be noted that what is specifically set as the predetermined type of event is determined by each system. If it is a user action event (S13 “YES
(Yes) ”), the event is the user input processing unit 15
(S14). Otherwise (S13 "NO
(No) ”), and the event is sent to the MiscEvents event processing unit 16 (S15).

【0007】ユーザー入力処理部15の構成を図3に示
す。この処理部15は一般に「Notifier」とい
われているもので、イベントの送付が検知されるとその
内容を解析して動作定義部152に送る。動作定義部1
52はそのイベントに対応する動作を決定し、各上位ア
プリケーションの動作定義部分153に送る。これによ
りそのイベントに対応した処理が実行される。MiscEven
ts処理部16の機能を図4に示す。該処理部16はイベ
ントを受け取ると、そのイベントについてイベント処理
登録データリストDL(図5)を検索する(S21)。
登録されている場合(S22「YES」)、そのイベン
ト処理が実行される(S23)。そうでない場合(S2
2「NO」)そのイベントに対する処理は行なわれず、
次のイベントについての検索(S21)が行なわれる。
なお前記イベント処理データリストDLへの処理の追加
または変更の登録は、上位アプリケーションからの要求
に基づいてイベント処理登録部17が実施する。この処
理が請求項4にいう追加または変更にあたる。
The configuration of the user input processing section 15 is shown in FIG. This processing unit 15 is generally called "Notifier", and when the sending of an event is detected, the content thereof is analyzed and sent to the operation defining unit 152. Behavior definition part 1
52 determines the action corresponding to the event and sends it to the action definition part 153 of each upper application. As a result, the process corresponding to the event is executed. MiscEven
The function of the ts processing unit 16 is shown in FIG. Upon receiving the event, the processing unit 16 searches the event processing registration data list DL (FIG. 5) for the event (S21).
If registered (S22 “YES”), the event process is executed (S23). Otherwise (S2
2 "NO") No processing is performed for that event,
A search for the next event (S21) is performed.
The event process registration unit 17 registers the addition or change of the process in the event process data list DL on the basis of a request from the host application. This process corresponds to the addition or change mentioned in claim 4.

【0008】図6,図7に第二実施例の構成を示す。こ
の実施例は請求項2及びこれを引用する請求項4の発明
の一実施例である。第一実施例と相違する点が二つあ
る。その他は第一実施例と同じである。同一の部分には
同一の符号を付し説明を略す。相違点の一つは、第一実
施例のユーザー入力処理部15の位置に処理用キュー1
8が配置され、該処理用キュー18に元のユーザー入力
処理部15が接続されている点である。第一実施例のも
のと区別するため第二実施例のイベント制御部に符号1
9を付す。もう一つの相違点は、このイベント制御部1
9に於て、第一実施例のイベント制御部14のステップ
S14に相当するステップS16の内容が変更されてい
る点である。ステップS16に於て、イベントは処理用
キュー18に供給される。そしてユーザー入力処理部1
5がこのキュー18からイベントを取り出して対応する
処理を実行する。
6 and 7 show the configuration of the second embodiment. This embodiment is an embodiment of the invention of claim 2 and claim 4 which cites it. There are two differences from the first embodiment. Others are the same as the first embodiment. The same parts are designated by the same reference numerals and the description thereof is omitted. One of the differences is that the processing queue 1 is located at the position of the user input processing unit 15 of the first embodiment.
8 is arranged, and the original user input processing unit 15 is connected to the processing queue 18. In order to distinguish it from that of the first embodiment, reference numeral 1 is attached to the event control unit of the second embodiment.
Mark 9. Another difference is that this event control unit 1
9 is that the contents of step S16 corresponding to step S14 of the event control unit 14 of the first embodiment are changed. In step S16, the event is supplied to the processing queue 18. And the user input processing unit 1
5 retrieves the event from this queue 18 and executes the corresponding process.

【0009】図8,図9に第三実施例の構成を示す。こ
の実施例は請求項3及びこれを引用する請求項4の発明
の一実施例である。第一実施例と相違する点が二つあ
る。その他は第一実施例と同じである。同一の部分には
同一の符号を付し説明を略す。相違点の一つは、第一実
施例のユーザー入力処理部15の位置に処理用キュー1
8がn個配置され、該各処理用キュー18にイベント処
理部22−1〜22−nが接続されている点である。な
おこのイベント処理部22−1〜22−nは第一実施例
のユーザー入力処理部15と同様の機能を有する。なお
第一実施例のイベント制御部14と区別するため、この
実施例のイベント制御部に符号20を付す。もう一つの
相違点は、このイベント制御部20に於て、第一実施例
のステップS14に相当するステップS17の内容が変
更されている点である。ステップS17に於て、イベン
トはその種類に応じ夫々の処理用キュー21−1〜21
−nに供給される。そして各イベント処理部22−1〜
22−nが各キュー21−1〜21−nから夫々イベン
トを取り出して対応する処理を実行する。
8 and 9 show the configuration of the third embodiment. This embodiment is an embodiment of the invention of claim 3 and claim 4 which cites it. There are two differences from the first embodiment. Others are the same as the first embodiment. The same parts are designated by the same reference numerals and the description thereof is omitted. One of the differences is that the processing queue 1 is located at the position of the user input processing unit 15 of the first embodiment.
8 is arranged, and the event processing units 22-1 to 22-n are connected to the respective processing queues 18. The event processing units 22-1 to 22-n have the same functions as the user input processing unit 15 of the first embodiment. In order to distinguish from the event control unit 14 of the first embodiment, the event control unit of this embodiment is designated by the reference numeral 20. Another difference is that in the event control unit 20, the contents of step S17 corresponding to step S14 of the first embodiment are changed. In step S17, the processing queues 21-1 to 21 are processed according to their types.
-N. And each event processing unit 22-1.
22-n extracts an event from each of the queues 21-1 to 21-n and executes the corresponding process.

【0010】[0010]

【発明の効果】以上説明したように、請求項1の発明で
は、イベントキューから順次イベントが取り出されてそ
の種類が解析され、所定種類のイベントと、その他の種
類のイベントとが別個に処理されるようにした。請求項
2の発明では、前記所定種類のイベントが処理用キュー
に格納され、そこからイベントが順次取り出されて対応
する処理が実行されるようにした。請求項3の発明で
は、前記その他のイベントが複数個の処理用キューに格
納され、該夫々の処理用キュー毎にイベントが取り出さ
れて夫々に対応する処理が実行されるようにした。そし
て請求項4の発明では、イベントに対する処理登録の追
加または変更が行なわれるようにした。従って、例えば
干渉し合うイベント、例えばユーザーアクションに関す
るイベント群を前記所定種類のイベント、それ以外の干
渉する心配のないものを前記その他のイベントというよ
うに区別し、夫々のイベント群に対し、夫々のNotifier
プロセス(コマンド処理プロセス。実施例ではユーザー
入力処理部15、イベント処理部22−1〜22−n)
を実行させるようにして、夫々の群に分けられたイベン
ト相互間の干渉が起こらないようにすることが出来る。
As described above, according to the first aspect of the present invention, events are sequentially extracted from the event queue and their types are analyzed, and predetermined types of events and other types of events are processed separately. It was to so. According to the second aspect of the invention, the predetermined type of event is stored in the processing queue, and the event is sequentially taken out from the processing queue to execute the corresponding processing. According to the invention of claim 3, the other event is stored in a plurality of processing queues, the event is extracted for each of the processing queues, and the corresponding processing is executed. Further, in the invention of claim 4, the processing registration is added or changed to the event. Therefore, for example, events that interfere with each other, for example, an event group related to user actions are distinguished as the predetermined type of event, and other events that do not cause interference are distinguished as the other events. Notifier
Process (command processing process; user input processing unit 15, event processing units 22-1 to 22-n in the embodiment)
Can be executed so that interference between events divided into respective groups does not occur.

【0011】即ち、干渉し合うイベントは同じ群に分類
され、その群のNotifierプロセスによって一つづつ順に
処理され、その間、同じ群の他のイベント、即ちそれと
干渉する他のイベントが処理されないので、これにより
干渉の発生が防止される。この場合、干渉から守るため
の処理、即ち、イベント群毎の処理が、イベントキュー
からのイベントの取り出しとは無関係に実行される。従
って、イベントキューからの取り出しは次々と行なわ
れ、従来システムよりイベントキューの負荷が軽減され
る。また複数のNotifierが存在することになるので、干
渉に関係のない各イベントについては、干渉する各イベ
ントに対する処理を待たずに処理を開始することが出来
る。従って従来より処理速度が向上する。更に、干渉し
ないイベントに対してのNotifierが、干渉するイベント
のNotifierに拘束されないようにすることが容易に実現
できる。この為、上位のシステム設計をする場合、従来
は、例えばどのイベントの処理がユーザアクションの処
理に拘束されなければならないか等を、注意深く考察す
る必要があったが、無関係なイベントについては、これ
を指定して処理登録をすることだけでそのイベントに対
応する処理が行なわれることになるので、プログラマの
負担が軽減される。
That is, the interfering events are classified into the same group and are sequentially processed one by one by the Notifier process of the group, during which other events of the same group, that is, other events that interfere with it, are not processed. This prevents the occurrence of interference. In this case, the process for protecting from interference, that is, the process for each event group is executed regardless of the extraction of the event from the event queue. Therefore, retrieval from the event queue is performed one after another, and the load on the event queue is reduced as compared with the conventional system. Further, since there are a plurality of Notifiers, it is possible to start processing for each event not related to interference without waiting for processing for each interfering event. Therefore, the processing speed is improved as compared with the conventional case. Further, it can be easily realized that the Notifier for the event that does not interfere is not restricted by the Notifier of the event that interferes. For this reason, when designing a higher-level system, conventionally, it was necessary to carefully consider, for example, which event processing should be bound to user action processing, but for unrelated events, this Since the process corresponding to the event is performed only by specifying and registering the process, the burden on the programmer is reduced.

【図面の簡単な説明】[Brief description of drawings]

【図1】 第一実施例の構成を示すブロック図。FIG. 1 is a block diagram showing the configuration of a first embodiment.

【図2】 第一実施例のイベント制御部の機能等を示す
線図。
FIG. 2 is a diagram showing functions and the like of an event control unit of the first embodiment.

【図3】 ユーザ入力処理部の構成を示すブロック図。FIG. 3 is a block diagram showing the configuration of a user input processing unit.

【図4】 MiscEvents処理部の機能を示す線図。FIG. 4 is a diagram showing the function of the MiscEvents processing unit.

【図5】 イベント処理登録部の構成を示すブロック
図。
FIG. 5 is a block diagram showing a configuration of an event processing registration unit.

【図6】 第二実施例の構成を示すブロック図。FIG. 6 is a block diagram showing the configuration of a second embodiment.

【図7】 第二実施例のイベント制御部の機能等を示す
線図。
FIG. 7 is a diagram showing functions and the like of an event control unit of the second embodiment.

【図8】 第三実施例の構成を示すブロック図。FIG. 8 is a block diagram showing the configuration of a third embodiment.

【図9】 第三実施例のイベント制御部等の機能、構成
を示す線図。
FIG. 9 is a diagram showing functions and configurations of an event control unit and the like of a third embodiment.

【図10】 従来の制御方式を示す線図。FIG. 10 is a diagram showing a conventional control method.

【符号の説明】[Explanation of symbols]

18,21 処理用キュー 15,22 イベントの処理部 17 イベント処理登録部 18, 21 Processing queue 15, 22 Event processing section 17 Event processing registration section

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 サーバから通知されてくるイベントの内
容に従って対応する処理を実行するサーバクライアント
システムに於て、前記通知されるイベントが格納されて
いるイベントキューから順次イベントを取り出してその
種類を解析し、干渉する虞れがある所定種類のイベント
とその他の種類のイベントとを、別個に処理することを
特徴とするイベント制御方法。
1. A server client system for executing corresponding processing according to the contents of an event notified from a server, sequentially fetching events from an event queue in which the notified event is stored and analyzing their types. However, the event control method is characterized in that a predetermined type of event that may possibly interfere and an event of another type are processed separately.
【請求項2】 前記所定種類のイベントを処理用キュー
に格納し、該処理用キューから順次イベントを取り出し
て対応する処理を実行することを特徴とする請求項1記
載のイベント制御方法。
2. The event control method according to claim 1, wherein the predetermined type of event is stored in a processing queue, the events are sequentially taken out from the processing queue, and the corresponding processing is executed.
【請求項3】 前記その他のイベントを複数個の処理用
キューに格納し、該夫々の処理用キュー毎にイベントを
取り出して夫々に対応する処理を実行することを特徴と
する請求項1または請求項2記載のイベント制御方法。
3. The method according to claim 1, wherein the other event is stored in a plurality of processing queues, the event is extracted for each processing queue, and the corresponding processing is executed. The event control method according to item 2.
【請求項4】 指定されたイベントに対する処理登録を
追加または変更するようにしたことを特徴とする請求項
1、請求項2または請求項3記載のイベント制御方法。
4. The event control method according to claim 1, wherein the process registration for the designated event is added or changed.
JP4235410A 1992-08-11 1992-08-11 Event control method Pending JPH0660038A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4235410A JPH0660038A (en) 1992-08-11 1992-08-11 Event control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4235410A JPH0660038A (en) 1992-08-11 1992-08-11 Event control method

Publications (1)

Publication Number Publication Date
JPH0660038A true JPH0660038A (en) 1994-03-04

Family

ID=16985688

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4235410A Pending JPH0660038A (en) 1992-08-11 1992-08-11 Event control method

Country Status (1)

Country Link
JP (1) JPH0660038A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6958454B2 (en) 2002-02-18 2005-10-25 Matsushita Electric Industrial Co., Ltd. Navigation switch device
JP2006146789A (en) * 2004-11-24 2006-06-08 Denso Corp Electronic controller, its control method, and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6958454B2 (en) 2002-02-18 2005-10-25 Matsushita Electric Industrial Co., Ltd. Navigation switch device
JP2006146789A (en) * 2004-11-24 2006-06-08 Denso Corp Electronic controller, its control method, and program

Similar Documents

Publication Publication Date Title
US7383539B2 (en) Managing breakpoints in a multi-threaded environment
EP0463252B1 (en) Message handling in data processing apparatus
US8392921B2 (en) Apparatus and method of coordinating operation action of robot software component
US20070089107A1 (en) Database communication method
US6754851B2 (en) Debugging kernel system
JPH0660038A (en) Event control method
US20030065405A1 (en) Methods and systems for determining circular dependency
US7209961B2 (en) Autonomic context-dependent computer management
JPS63193453A (en) Ion implantation controlling device
US7080179B1 (en) Multi-level interrupts
US6665734B1 (en) Blending object-oriented objects with traditional programming languages
JP2746174B2 (en) Concurrent design system
JPH01195562A (en) Control system for allocation of input/output device
JP2001202257A (en) Operation processor linked with software and its method
CN100470471C (en) Apparatus and method for controlling key events when handling a graphics object
JPH10293690A (en) Object program preload method for window system and recording medium recorded with program for the same
JPH11143743A (en) Message classifying method and device therefor
JP3085371B2 (en) Associative memory search circuit
JP3093714B2 (en) Multitasking execution priority determination system
JPH08272727A (en) System event processing mechanism
JP2570108B2 (en) Software debugging method
CN116795568A (en) Application event processing method and device, electronic equipment and storage medium
JP2547874B2 (en) Program check device
JPH0351927A (en) Jump information storage system
JP2000187649A (en) Method and device for controlling command in parallel processing type on-line system