1 2 3 4 5 6 7 8
package com.mumfrey.webprefs.interfaces; public interface IWebPreferencesServiceMonitor { public abstract void onKeyRequestFailed(); public abstract void onRequestFailed(Throwable th, int severity); }