|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ComponentListener
This interface is for classes that receive all events from a component. Normally it is not necessary to process these events since the AWT handles them internally, taking all appropriate actions. To watch a subset of these events, use a ComponentAdapter.
ComponentAdapter,
ComponentEvent| 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. |
| Method Detail |
|---|
void componentResized(ComponentEvent event)
event - the ComponentEvent indicating the resizevoid componentMoved(ComponentEvent event)
event - the ComponentEvent indicating the movevoid componentShown(ComponentEvent event)
event - the ComponentEvent indicating the visibilityvoid componentHidden(ComponentEvent event)
event - the ComponentEvent indicating the visibility
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||