public abstract class ExpandableLayoutListenerAdapter extends java.lang.Object implements ExpandableLayoutListener
| コンストラクタと説明 |
|---|
ExpandableLayoutListenerAdapter() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
onAnimationEnd()
Notifies the end of the animation.
|
void |
onAnimationStart()
Notifies the start of the animation.
|
void |
onClosed()
Notifies the layout size equal closed size.
|
void |
onOpened()
Notifies the layout opened.
|
void |
onPreClose()
Notifies the layout is going to equal close size.
|
void |
onPreOpen()
Notifies the layout is going to open.
|
public void onAnimationStart()
onAnimationStart インタフェース内 ExpandableLayoutListenerpublic void onAnimationEnd()
onAnimationEnd インタフェース内 ExpandableLayoutListenerpublic void onPreOpen()
onPreOpen インタフェース内 ExpandableLayoutListenerpublic void onPreClose()
onPreClose インタフェース内 ExpandableLayoutListenerpublic void onOpened()
onOpened インタフェース内 ExpandableLayoutListenerpublic void onClosed()
onClosed インタフェース内 ExpandableLayoutListener