T
- コールバック実行時のパラメータの型public interface IBarcodeReaderCallback<T>
Modifier and Type | Method and Description |
---|---|
boolean |
canExecute(T parameter)
コールバックを実行できるかどうかを判定します Determines if the callback can be executed. |
void |
execute(T parameter)
コールバックを実行します 非同期処理が完了したときに実行されます Execute the callback Executed when asynchronous processing is completed. |
void execute(T parameter)
parameter
- パラメータ。boolean canExecute(T parameter)
parameter
- パラメータ。