Component.removeNotify

Component.removeNotify

Class Overview | Class Members | This Package | All Packages

Syntax
public void removeNotify()
Description
Notifies this component that it has been removed from its container and if a peers exists, it destroys it. This method should be called by Container.remove, and not by user code directly.

See Also
addNotify