SynchronousWindowSensor.st
changeset 7667 03e064bb2153
parent 7460 d6fb7221d01e
child 7715 925b859e1758
child 8336 ab27804d3b46
equal deleted inserted replaced
7666:59eba9613934 7667:03e064bb2153
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1995 by Claus Gittinger
     2  COPYRIGHT (c) 1995 by Claus Gittinger
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
    53 
    51 
    54     This debugger's windowGroup is augmented with a synchronous Sensor, in order
    52     This debugger's windowGroup is augmented with a synchronous Sensor, in order
    55     to prevent the event handling code from suspending any process 
    53     to prevent the event handling code from suspending any process 
    56     (you cannot suspend the scheduler; you should not suspend the event dispatcher).
    54     (you cannot suspend the scheduler; you should not suspend the event dispatcher).
    57 
    55 
    58     This is pretty tricky and magic - and you dont have to understand this.
    56     This is pretty tricky and magic - and you don't have to understand this.
    59     (consider this system internal code)
    57     (consider this system internal code)
    60 
    58 
    61     [author:]
    59     [author:]
    62         Claus Gittinger
    60         Claus Gittinger
    63 "
    61 "