What is meant by event handling

Showing Answers 1 - 1 of 1 Answers

Thamizhselvi

  • Jul 23rd, 2007
 

An object that describes a change of state in a source component [ Elements of the GUI] is called event.
When we interact with these Source Components, their state changes then various events to occur.


Example:
Pressing a mouse button, moving a mouse -> Mouse events


Events are supported by the classes and interfaces defined in the
java.awt.event Package.
The event-driven program contains objects with methods that control the various
events and circumstances. This is called as Event Handling.


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions