Package org.bidib.wizard.mvc.ping.model
Class DefaultPingTablePreferences
- java.lang.Object
-
- org.bidib.wizard.mvc.ping.model.DefaultPingTablePreferences
-
- All Implemented Interfaces:
PingTablePreferences
public class DefaultPingTablePreferences extends Object implements PingTablePreferences
-
-
Constructor Summary
Constructors Constructor Description DefaultPingTablePreferences(File pingTablePreferencesFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Clear the entries of the preferences.PingTableNodePreferenceEntrygetPrefences(long uniqueId)PingTableNodePreferenceEntrygetPrefencesOrDefault(long uniqueId)voidload()Load the preferences entries.voidstore()Store the current preferences entries.
-
-
-
Constructor Detail
-
DefaultPingTablePreferences
public DefaultPingTablePreferences(File pingTablePreferencesFile)
-
-
Method Detail
-
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
public PingTableNodePreferenceEntry getPrefences(long uniqueId)
- Specified by:
getPrefencesin interfacePingTablePreferences
-
getPrefencesOrDefault
public PingTableNodePreferenceEntry getPrefencesOrDefault(long uniqueId)
- Specified by:
getPrefencesOrDefaultin interfacePingTablePreferences
-
-