com.tensegrity.gui.swt
Interface Disposable

All Known Implementing Classes:
SwtBaseDialog, SwtDocument, SwtIcon, SwtRepositoryUtil

public interface Disposable

This interface is used in the SWT context in order to provide objects with a dispose() method similar to the one defined by Widget. The dispose() method can therefore be used in order to dispose of the operating system resources internally held by instance of classes implementing this interface.

Version:
$Id: Disposable.java,v 1.3 2005/03/17 14:40:07 SebastienGuyon Exp $
Author:
S�bastien Guyon

Method Summary
 void dispose()
           Use this method in order to dispose the SWT resources held by instance of classes implementing the Disposable interface.
 

Method Detail

dispose

public void dispose()

Use this method in order to dispose the SWT resources held by instance of classes implementing the Disposable interface.



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.