What is the purpose of the enableEvents() method

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

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions