Showing posts with label ComponentEvent class. Show all posts
Showing posts with label ComponentEvent class. Show all posts

Monday, 3 February 2014

Event classes:The ComponentEvent Class

ComponentEvent:is the superclass either directly or indirectly of ContainerEvent,FocusEvent, KeyEvent,MouseEvent, and WindowEvent.

The ComponentEvent Class


A ComponentEvent is generated when the size, position, or visibility of a component is changed.The ComponentEvent class defines integer constants that can be used to identify them. ComponentEvent is the superclass either directly or indirectly of ContainerEvent,FocusEvent, KeyEvent,MouseEvent, and WindowEvent.