java.awt.event
public interface ComponentListener extends EventListener
Since: 1.1
See Also: ComponentAdapter ComponentEvent
UNKNOWN: updated to 1.4
| Method Summary | |
|---|---|
| void | componentHidden(ComponentEvent event)
This method is called when the component is hidden.
|
| void | componentMoved(ComponentEvent event)
This method is called when the component is moved.
|
| void | componentResized(ComponentEvent event)
This method is called when the component is resized.
|
| void | componentShown(ComponentEvent event)
This method is called when the component is made visible.
|
Parameters: event the ComponentEvent indicating the visibility
Parameters: event the ComponentEvent indicating the move
Parameters: event the ComponentEvent indicating the resize
Parameters: event the ComponentEvent indicating the visibility