Ontimize 5.2072EN

com.ontimize.gui
Interface Freeable

All Known Implementing Classes:
ApplicationMenuBar, Button, ComboDataField, ComboDataField.CustomComboBox, DateDataField, EJTable, FontSelector, Form, FormManager, ImageDataField, IntegerDataField, InteractionManager, MemoDataField, Menu, MenuSeparator, PasswordDataField, PrintingWindow, RadioItemGroup, RealDataField, ReferenceDataField, ReferenceExtDataField, ReportFrame, Reports, SubForm, Table, TableSorter, ToggleButton, Tree

public interface Freeable

This interface defines a method to resource liberation. This method must be invoked in order to make the object available to the garbage collector.

Author:
Imatia Innovation

Method Summary
 void free()
          Makes the object to release the resources.
 

Method Detail

free

public void free()
          throws java.lang.Exception
Makes the object to release the resources.

Throws:
java.lang.Exception

Ontimize