public interface NotificationOptions
Event.fireAsync(Object, NotificationOptions)
修飾子と型 | インターフェースと説明 |
---|---|
static interface | NotificationOptions.Builder 通知オプションビルダー。 |
修飾子と型 | メソッドと説明 |
---|---|
static NotificationOptions.Builder | builder() |
ObjectSE | get(StringSE optionName) |
ExecutorSE | getExecutor() |
static NotificationOptions | of(StringSE optionName, ObjectSE optionValue) |
static NotificationOptions | ofExecutor(ExecutorSE executor) |
ExecutorSE getExecutor()
ObjectSE get(StringSE optionName)
optionName
- 値を取得するオプションの名前 null
static NotificationOptions ofExecutor(ExecutorSE executor)
executor
- オブザーバー通知を処理するための特定の Executor
SEstatic NotificationOptions of(StringSE optionName, ObjectSE optionValue)
optionName
- 設定するオプションの名前 optionValue
- オプションの値 static NotificationOptions.Builder builder()
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.