rvl.util
Interface Closeable

All Known Implementing Classes:
AboutPiface, AnovaCompGUI, AnovaGUI, AnovaHelper, AnovaPicker, LinRegGUI, ModelessMsgBox, OnePCIGUI, OnePGUI, OneTCIGUI, OneTGUI, Piface, Pilot, PiPickerSA, RetroPower, RsquareGUI, SimpleChi2GUI, SimplePoissonGUI, TEquivGUI, TwoPGUI, TwoTGUI, TwoVarGUI, Utility

public interface Closeable

Interface for any class that has a close() method This is used for handling of fatal errors, e.g., rvl.Utility.error


Method Summary
 void close()
           
 

Method Detail

close

void close()