Package org.bidib.wizard.mvc.ping.model
Class DefaultPingTablePreferences
java.lang.Object
org.bidib.wizard.mvc.ping.model.DefaultPingTablePreferences
- All Implemented Interfaces:
PingTablePreferences
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clear the entries of the preferences.getPrefences(long uniqueId) getPrefencesOrDefault(long uniqueId) voidload()Load the preferences entries.voidstore()Store the current preferences entries.
-
Constructor Details
-
DefaultPingTablePreferences
-
-
Method Details
-
load
public void load()Description copied from interface:PingTablePreferencesLoad the preferences entries.- Specified by:
loadin interfacePingTablePreferences
-
store
public void store()Description copied from interface:PingTablePreferencesStore the current preferences entries.- Specified by:
storein interfacePingTablePreferences
-
clear
public void clear()Description copied from interface:PingTablePreferencesClear the entries of the preferences.- Specified by:
clearin interfacePingTablePreferences
-
getPrefences
- Specified by:
getPrefencesin interfacePingTablePreferences
-
getPrefencesOrDefault
- Specified by:
getPrefencesOrDefaultin interfacePingTablePreferences
-