What is the purpose of the enable Events() method?

What is the purpose of the enable Events() method?

Boney
Views: 819 | Community Opinion: 1

Tags..  Core Java Interview  Java  Java Mathods

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Boby Singh Said..

The enableEvents() method is used to enable an event for a particular object. Normally, an event is enabled
when a listener is added to an object for a particular event. The enableEvents() method is used by objects
that handle events by overriding their event-dispatch methods.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: