BioLegato 0.7.3 Core API

org.biolegato.core.menu.variables
Interface EZVariable

All Known Implementing Classes:
EZChoiceList, EZChooser, EZComboBox, EZCommandButton, EZFileChooser, EZSlider, EZTempFile, EZTextField, EZWidgetVariable

public interface EZVariable

Abstract interface to relate widget variables and invisible variables (such as temporary files)

Author:
Graham Alvare

Method Summary
 void close()
          Notifies the variable that the program has now completed successfully, and it can perform any closing operations
 java.lang.Object getValue()
          Returns the value of the variable.
 

Method Detail

getValue

java.lang.Object getValue()
Returns the value of the variable.

Returns:
the value of the variable

close

void close()
Notifies the variable that the program has now completed successfully, and it can perform any closing operations


BioLegato 0.7.3 Core API

Copyright © 2008-2010 University of Manitoba.