public interface PreferencesHandler
An implementor is notified when the app is asked to show its preferences UI.
- Since:
- 9
- See Also:
- Desktop.setPreferencesHandler(PreferencesHandler)
- 
Method SummaryModifier and Type Method Description voidhandlePreferences(PreferencesEvent e)Called when the app is asked to show its preferences UI.
- 
Method Details- 
handlePreferencesCalled when the app is asked to show its preferences UI.- Parameters:
- e- the request to show preferences
 
 
-