Interface PreferencesPanelInterface
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
PreferencesPanel,PreferencesPanelEarlySpring,PreferencesPanelFall,PreferencesPanelSpring,PreferencesPanelSummer,PreferencesPanelWinter
The PreferencesPanelInterface class defines the methods that
are required by all PreferencesPanels in order to properly
function within the application with other classes.
PreferencesPanels Should All be Animatied Scenes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetThreadAction(boolean action) voidsuspendPanel(boolean action)
-
Method Details
-
setThreadAction
void setThreadAction(boolean action) -
suspendPanel
void suspendPanel(boolean action)
-