|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for JAnimatePanel
listener.
Method Summary | |
void |
animationStarted(int index)
Invoked after the JAnimatePanel 's animation process is started. |
void |
animationStoped(int index)
Invoked after the JAnimatePanel 's animation process is stopped. |
void |
tabStateChanged(int index,
boolean oldValue,
boolean newValue)
Invoked after the JAnimatePanel 's tab has changed it's state. |
Method Detail |
public void tabStateChanged(int index, boolean oldValue, boolean newValue)
JAnimatePanel
's tab has changed it's state.
index
- the tab index of this JAnimatePanel
that has been changedoldValue
- old value of the tab statenewValue
- new value of the tab statepublic void animationStarted(int index)
JAnimatePanel
's animation process is started.
index
- the tab index of this JAnimatePanel
that has been animatedpublic void animationStoped(int index)
JAnimatePanel
's animation process is stopped.
index
- the tab index of this JAnimatePanel
that has been animated
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |