gart.util
Interface iGartGUI


public interface iGartGUI

Connectivity between GartFooBar and GartGUI


Method Summary
 void sendFooBarMessage(java.lang.String msgs)
           
 void setPreferencesWindowVisibility(boolean b)
           
 void setSettings(java.util.Vector settings)
          Used when updating preferences in the preferences dialog.
 void wrapItUp()
          Called from when the user leaves the program.
 

Method Detail

sendFooBarMessage

public void sendFooBarMessage(java.lang.String msgs)

setSettings

public void setSettings(java.util.Vector settings)
Used when updating preferences in the preferences dialog.

setPreferencesWindowVisibility

public void setPreferencesWindowVisibility(boolean b)

wrapItUp

public void wrapItUp()
Called from when the user leaves the program. For saving chagnges made to preferences, work etc.