public abstract class DelegatingActionListener<Instigator extends ActionResponse,Delegated extends ActionResponse> extends Object implements ActionListener<Instigator>
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
DelegatingActionListener(ActionListener<Delegated> listener) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected abstract Delegated |
getDelegatedFromInstigator(Instigator response) |
void |
onFailure(Throwable e)
A failure handler.
|
void |
onResponse(Instigator response)
A response handler.
|
protected DelegatingActionListener(ActionListener<Delegated> listener)
protected abstract Delegated getDelegatedFromInstigator(Instigator response)
public final void onResponse(Instigator response)
ActionListeneronResponse インタフェース内 ActionListener<Instigator extends ActionResponse>public final void onFailure(Throwable e)
ActionListeneronFailure インタフェース内 ActionListener<Instigator extends ActionResponse>Copyright © 2009–2016. All rights reserved.