| | | | Browse by category |
Article ID: 2186
Last updated: 28 May, 2018
Question
When redefining an IlvManagerViewInteractor, why are the processXXXEvent() methods not called?
Answer
If you haven't set a listener on your interactor for this kind of event, you should use IlvManagerViewInteractor.enableEvents()
with the right mask (such as AWTEvent.MOUSE_EVENT_MASK
, AWTEvent.FOCUS_EVENT_MASK
, AWTEvent.KEY_EVENT_MASK
, or AWTEvent.MOUSE_MOTION_EVENT_MASK)
). This will ensure that processXXXEvent()
methods will be called.
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 2186
Last updated: 28 May, 2018
Revision: 3
Views: 748
Posted: 18 Jun, 2010 by
Dean J.
Updated: 28 May, 2018 by
Gargani A.
Also listed in
Others in this category
Powered by KBPublisher (Knowledge base software)