Interface ListenerErrorHandler
public interface ListenerErrorHandler
A simple interface that allows listener structures to use different error handling
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleError(Object listener, Throwable t) Handles the given error
-
Method Details
-
handleError
-