Interface IOExceptionListener


public interface IOExceptionListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onIOException(Exception exception, String message)
     
  • Method Details