All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bidib.wizard.mvc.ping.model.PingTablePreferences Maven / Gradle / Ivy

There is a newer version: 2.0.29
Show newest version
package org.bidib.wizard.mvc.ping.model;

public interface PingTablePreferences {

    /**
     * Load the preferences entries.
     */
    void load();

    /**
     * Store the current preferences entries.
     */
    void store();

    /**
     * Clear the entries of the preferences.
     */
    void clear();

    PingTableNodePreferenceEntry getPrefences(long uniqueId);

    PingTableNodePreferenceEntry getPrefencesOrDefault(long uniqueId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy