Eclipse GEF
2.1

org.eclipse.gef
Interface Disposable

All Known Implementing Classes:
EditorPartAction, WorkbenchPartAction, org.eclipse.gef.ui.actions.ZoomAction

public interface Disposable

Marks objects that should be disposed of when no longer in use.


Method Summary
 void dispose()
          Performs and necessary cleanup.
 

Method Detail

dispose

public void dispose()
Performs and necessary cleanup.


Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.