Package com.luciad.view
Interface ILcdViewInvalidationListener
- All Superinterfaces:
EventListener
Listener for
ILcdView
invalidation events.- Since:
- 7.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when anILcdView
has been asked to invalidate its content.
-
Method Details
-
viewInvalidated
Called when anILcdView
has been asked to invalidate its content.- Parameters:
aEvent
- theTLcdViewInvalidationEvent
containing more information about the invalidation
-