|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gwtext.client.widgets.event.ComponentListenerAdapter
com.gwtext.client.widgets.event.BoxComponentListenerAdapter
com.gwtext.client.widgets.event.ProgressBarListenerAdapter
public class ProgressBarListenerAdapter
ProgressBar
listener adapter.
Constructor Summary | |
---|---|
ProgressBarListenerAdapter()
|
Method Summary | |
---|---|
void |
onUpdate(ProgressBar self,
float value,
java.lang.String text)
Fires after each update interval. |
Methods inherited from class com.gwtext.client.widgets.event.BoxComponentListenerAdapter |
---|
onMove, onResize |
Methods inherited from class com.gwtext.client.widgets.event.ComponentListenerAdapter |
---|
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.gwtext.client.widgets.event.BoxComponentListener |
---|
onMove, onResize |
Methods inherited from interface com.gwtext.client.widgets.event.ComponentListener |
---|
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave |
Constructor Detail |
---|
public ProgressBarListenerAdapter()
Method Detail |
---|
public void onUpdate(ProgressBar self, float value, java.lang.String text)
ProgressBarListener
onUpdate
in interface ProgressBarListener
self
- thisvalue
- the current progress valuetext
- the current progress text
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |