public final class ThreadedActionListener<Response> extends Object implements ActionListener<Response>
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
ThreadedActionListener.Wrapper
Wrapper that can be used to automatically wrap a listener in a threaded listener if needed.
|
| コンストラクタと説明 |
|---|
ThreadedActionListener(ESLogger logger,
ThreadPool threadPool,
String executor,
ActionListener<Response> listener) |
public ThreadedActionListener(ESLogger logger, ThreadPool threadPool, String executor, ActionListener<Response> listener)
public void onResponse(Response response)
ActionListeneronResponse インタフェース内 ActionListener<Response>public void onFailure(Throwable e)
ActionListeneronFailure インタフェース内 ActionListener<Response>Copyright © 2009–2016. All rights reserved.