IStartNotificator

interface IStartNotificator<T>

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

Parameters

T

処理の開始時に渡すパラメータ型

Functions

Link copied to clipboard
abstract fun notifyStart(parameter: T)

処理の開始を通知する