Package org.bidib.wizard.mvc.ping.model
Interface PingTablePreferences
- All Known Implementing Classes:
DefaultPingTablePreferences
public interface PingTablePreferences
-
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.
-
Method Details
-
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
-
getPrefencesOrDefault
-