com.smardec.asc.animatepanel
Interface AnimateListener


public interface AnimateListener

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

tabStateChanged

public void tabStateChanged(int index,
                            boolean oldValue,
                            boolean newValue)
Invoked after the JAnimatePanel's tab has changed it's state.

Parameters:
index - the tab index of this JAnimatePanel that has been changed
oldValue - old value of the tab state
newValue - new value of the tab state

animationStarted

public void animationStarted(int index)
Invoked after the JAnimatePanel's animation process is started.

Parameters:
index - the tab index of this JAnimatePanel that has been animated

animationStoped

public void animationStoped(int index)
Invoked after the JAnimatePanel's animation process is stopped.

Parameters:
index - the tab index of this JAnimatePanel that has been animated


Copyright © 2003-2005 Smardec. All Rights Reserved.