Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
3
17
18
19
20
dispatchEvent13
21
Curt Arnold
22
23
Two listeners are registered on the same target, each of which will remove both itself and
24
the other on the first event.  Only one should see the event since event listeners
25
can never be invoked after being removed.
26
27
2002-05-30
28
29
30
31
32
33
34
35
36
37
38
39
    
41
    
42
    
43
    
46
    
47
        
48
        
49
        
50
        
51
        
52
        
53
        
54
        
55
            
56
        
57
    
58
59
60
61
    
62
    
63
    
64
        
65
        
66
        
67
        
68
        
69
        
70
        
71
            
72
        
73
    
74
75
76
77
78
79
80
81
82
83
84