What enableEvents() method do?

Answer Posted / ramesh

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.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between the paint() and repaint() methods?

583


What are peerless components?

616


What are the pillars of java?

487


Difference between string s= new string (); and string s = "abv";?

740


How to sort numbers in java without array?

525






when to use ArrayList and when to use HashMap in webApplication.

3883


What is difference between equal and == in java?

518


What is an infinite loop in java? Explain with an example.

586


What is java autoboxing?

532


What is the main method java?

530


What is the transient keyword?

627


What is oop principle in java?

544


What is the benefit of singleton pattern?

522


What is difference between static variable and global variable?

546


What is jar?

629