Class BusyChangeListener
- java.lang.Object
-
- org.nuiton.jaxx.runtime.swing.wizard.BusyChangeListener
-
- All Implemented Interfaces:
PropertyChangeListener,EventListener
public class BusyChangeListener extends Object implements PropertyChangeListener
To listen the busy state of aWizardModel.- Since:
- 2.1
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Field Summary
Fields Modifier and Type Field Description protected BlockingLayerUIblockingUIprotected CursorbusyCursorprotected CursordefaultCursorprotected Componentui
-
Constructor Summary
Constructors Constructor Description BusyChangeListener(Component ui)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockingLayerUIgetBlockingUI()protected CursorgetBusyCursor()protected CursorgetDefaultCursor()ComponentgetUi()voidpropertyChange(PropertyChangeEvent evt)voidsetBlockingUI(BlockingLayerUI blockingUI)protected voidsetBusy(Component ui)protected voidsetUnBusy(Component ui)
-
-
-
Field Detail
-
busyCursor
protected Cursor busyCursor
-
defaultCursor
protected Cursor defaultCursor
-
ui
protected final Component ui
-
blockingUI
protected BlockingLayerUI blockingUI
-
-
Constructor Detail
-
BusyChangeListener
public BusyChangeListener(Component ui)
-
-
Method Detail
-
getUi
public Component getUi()
-
getBlockingUI
public BlockingLayerUI getBlockingUI()
-
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChangein interfacePropertyChangeListener
-
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()
-
-