IResultNotificator

処理の結果を通知するためのインタフェース

Parameters

T

処理の結果の型

Functions

Link copied to clipboard
abstract fun notifyFailure(exception: Exception)

処理の失敗を通知する

Link copied to clipboard
abstract fun notifySuccess(result: T)

処理の成功を通知する