Package org.bidib.wizard.mvc.ping.model
Interface PingTablePreferences
-
- All Known Implementing Classes:
DefaultPingTablePreferences
public interface PingTablePreferences
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
load
void load()
Load the preferences entries.
-
store
void store()
Store the current preferences entries.
-
clear
void clear()
Clear the entries of the preferences.
-
getPrefences
PingTableNodePreferenceEntry getPrefences(long uniqueId)
-
getPrefencesOrDefault
PingTableNodePreferenceEntry getPrefencesOrDefault(long uniqueId)
-
-