Package backtraceio.library.events
Interface OnServerErrorEventListener
-
public interface OnServerErrorEventListenerInterface definition for a callback to be invoked when exception appear during sending request to Backtrace API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(java.lang.Exception exception)Event which will be executed when exception appear during sending request to Backtrace API
-