com.extjs.gxt.ui.client.fx
Interface Effect

All Known Implementing Classes:
BaseEffect, Move, MultiEffect, SingleStyleEffect

public interface Effect

Effect interface defines the lifecyle methods for an effect.


Method Summary
 void onCancel()
          Fires after the effect is cancelled.
 void onComplete()
          Fires after the effect is complete.
 void onStart()
          Fires after the effect is started.
 void onUpdate(double progress)
          Fires after the effect is updated.
 

Method Detail

onCancel

void onCancel()
Fires after the effect is cancelled.


onComplete

void onComplete()
Fires after the effect is complete.


onStart

void onStart()
Fires after the effect is started.


onUpdate

void onUpdate(double progress)
Fires after the effect is updated.

Parameters:
progress - the progress betwee 0 and 1