Package com.luciad.view.gxy.asynchronous
Interface ILcdGXYAsynchronousPaintListener
- All Superinterfaces:
EventListener
Interface for classes that wish to be informed of asynchronous painting events.
- Since:
- 7.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when an asynchronous painting event occurs.
-
Method Details
-
asynchronousPaintStateChanged
Called when an asynchronous painting event occurs. This method is invoked on the asynchronous paint thread.- Parameters:
aEvent
- a description of the asynchronous painting event
-