Package | Description |
---|---|
com.iijgio.dag.event | |
com.iijgio.dag.services.storage.model |
IIJ GIOストレージ&アナリシスサービスの様々な操作・情報・結果をモデル化するクラスを含みます
|
Modifier and Type | Method and Description |
---|---|
void |
ProgressListenerChain.progressChanged(ProgressEvent progressEvent) |
void |
ProgressListenerCallbackExecutor.progressChanged(ProgressEvent progressEvent) |
void |
ProgressListener.progressChanged(ProgressEvent progressEvent)
追加のバイトが転送されたり、転送が失敗したりといった進捗状況が変わった時に呼び出されます。
このリスナーのコールバックの実行は
ProgressListenerCallbackExecutor クラスによって
管理されています。このクラスは全ての進捗状況変化のコールバックを連続して実行するために
単一スレッドを維持します。 |
Modifier and Type | Class and Description |
---|---|
class |
ProgressEvent
Deprecated.
Replaced by
ProgressEvent |
Modifier and Type | Method and Description |
---|---|
void |
LegacyProgressListener.progressChanged(ProgressEvent progressEvent) |
Copyright © 2018. All rights reserved.