com.github.kubatatami.judonetworking.observers.ObserverErrorLogger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of judonetworking-observers Show documentation
Show all versions of judonetworking-observers Show documentation
Easy way of communicating to your servers.
The newest version!
package com.github.kubatatami.judonetworking.observers;
import com.github.kubatatami.judonetworking.exceptions.JudoException;
/**
* Created by Kuba on 01/07/14.
*/
public interface ObserverErrorLogger {
public void onError(JudoException e);
}