TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.ui.util
Interface IDisposable

All Known Subinterfaces:
IAssociationDescriptor, IAssociationMapping, IAssociationMappingRegistry, IEditorExtension, IHyadesEditorPart, IHyadesEditorPartExtended
All Known Implementing Classes:
EditorExtension, HyadesAdapterFactory, org.eclipse.hyades.ui.internal.wizard.HyadesWizard, PrintStreamLogger

public interface IDisposable

Interface for objects that have resources to be free up when they are not required.

Since:
0.0.1

Method Summary
 void dispose()
          Disposes any resource used by this object.
 

Method Detail

dispose

public void dispose()
Disposes any resource used by this object. There are no guarantees that this method is invoked by this object's container or by the Hyades framework.


TPTP 4.2.0 Platform Project
Public API Specification