218k views
3 votes
A/an ____ object contains methods that describe the actions to be taken when a user clicks a user-interface graphical object.

User Cprn
by
8.5k points

1 Answer

7 votes
the answer is :
Event listener
A
n event listener is a procedure or function in a computer program that waits for an event to occur; that event may be a user clicking or moving the mouse, pressing a key on the keyboard, or an internal timer or interrupt. The listener is in effect a loop that is programmed to react to an input or signal
User Igor S
by
7.8k points