public class InvisibleEvent
extends Object
Event triggered when a Component becomes invisible. This is the same with exiting the Visible
Range, the Focused Range and the Full Impression Range. All the code that needs to be executed
when a component leaves any of these ranges should be written in the handler for this event.