com.missiondata.oss.lakeshore
Interface Recoverable


public interface Recoverable

Applications that implement this interface and specify their own recovery.


Method Summary
 void onError(java.lang.Exception e)
           
 

Method Detail

onError

public void onError(java.lang.Exception e)