Component.dispose

Overview | Methods | This Package | All Packages

Component.dispose

Disposes of the component.

Syntax

public synchronized void dispose()

Remarks

Call dispose when the component is no longer needed. This method removes the component from its container (if the component has a site) and triggers the dispose event.

See Also   IComponent.dispose