protected class

Component.AccessibleAWTComponent.AccessibleAWTComponentHandler

extends Object
implements ComponentListener
java.lang.Object
   ↳ java.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler

Class Overview

Fire PropertyChange listener, if one is registered, when shown/hidden..

Summary

Protected Constructors
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler()
Public Methods
void componentHidden(ComponentEvent e)
Invoked when the component has been made invisible.
void componentMoved(ComponentEvent e)
Invoked when the component's position changes.
void componentResized(ComponentEvent e)
Invoked when the component's size changes.
void componentShown(ComponentEvent e)
Invoked when the component has been made visible.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.awt.event.ComponentListener

Protected Constructors

protected Component.AccessibleAWTComponent.AccessibleAWTComponentHandler ()

Public Methods

public void componentHidden (ComponentEvent e)

Invoked when the component has been made invisible.

public void componentMoved (ComponentEvent e)

Invoked when the component's position changes.

public void componentResized (ComponentEvent e)

Invoked when the component's size changes.

public void componentShown (ComponentEvent e)

Invoked when the component has been made visible.