+ 1

What do you understand by an event? Give example

29th Mar 2017, 6:54 AM
Arpit Gupta
Arpit Gupta - avatar
2 Answers
+ 4
event is occurance of an activity. Example, when you click a button. or mouse click etc.
29th Mar 2017, 7:48 AM
Meharban Singh
Meharban Singh - avatar
0
Events are basically messages that can be "fired" (that's the word). An object that can fire also can attach "listeners". Those are the subscribers for the messages. So an icon might fire "I am the icon X. I was clicked twice with left button." Then another object might open a file or something.
30th Mar 2017, 5:33 AM
1of3
1of3 - avatar