1.

What Is The Purpose Of The Enableevents() Method?

Answer»

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.

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.



Discussion

No Comment Found