jaxx.runtime.swing.wizard
Class BusyChangeListener
java.lang.Object
jaxx.runtime.swing.wizard.BusyChangeListener
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
public class BusyChangeListener
- extends Object
- implements PropertyChangeListener
To listen the busy state of a WizardModel.
- Since:
- 2.1
- Author:
- tchemit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
busyCursor
protected Cursor busyCursor
defaultCursor
protected Cursor defaultCursor
ui
protected final Component ui
blockingUI
protected BlockingLayerUI blockingUI
BusyChangeListener
public BusyChangeListener(Component ui)
getUi
public Component getUi()
getBlockingUI
public BlockingLayerUI getBlockingUI()
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange in interface PropertyChangeListener
setBlockingUI
public void setBlockingUI(BlockingLayerUI blockingUI)
setBusy
protected void setBusy(Component ui)
setUnBusy
protected void setUnBusy(Component ui)
getBusyCursor
protected Cursor getBusyCursor()
getDefaultCursor
protected Cursor getDefaultCursor()
Copyright © 2008-2010 CodeLutin. All Rights Reserved.