Package org.omegat.gui.preferences
Interface IPreferencesController.FurtherActionListener
-
- All Known Implementing Classes:
PreferencesWindowController
- Enclosing interface:
- IPreferencesController
public static interface IPreferencesController.FurtherActionListener
An 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 void
setReloadRequired(boolean reloadRequired)
void
setRestartRequired(boolean restartRequired)
-