Package org.omegat.gui.preferences
Interface IPreferencesController.FurtherActionListener
- 
- All Known Implementing Classes:
 PreferencesWindowController
- Enclosing interface:
 - IPreferencesController
 
public static interface IPreferencesController.FurtherActionListenerAn interface used by observers interested in knowing when a preference has been altered that requires the application to be restarted or the project to be reloaded. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetReloadRequired(boolean reloadRequired)voidsetRestartRequired(boolean restartRequired) 
 -