com.neeve.ods
Interface IStorePersister.ErrorHandler

Enclosing interface:
IStorePersister

public static interface IStorePersister.ErrorHandler

Callback interface to report persistence errors


Method Summary
 void onError(Exception cause)
          Invoked when a failure in encountered by the persister.
 

Method Detail

onError

void onError(Exception cause)
Invoked when a failure in encountered by the persister.

Parameters:
cause - The cause of the failure.


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.