Microsoft SDK for Java

Component.onDispose

Triggers the dispose event.

Syntax

protected void onDispose( Event e )

Parameters

e

An Event object.

Remarks

The dispose event occurs when the component is disposed of through the dispose method.

When overriding onDispose, be sure to call super.onDispose.

See Also   addOnDispose, removeOnDispose

© 1999 Microsoft Corporation. All rights reserved. Terms of use.