jaxx.runtime.swing.wizard
Class BusyChangeListener

java.lang.Object
  extended by 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

Field Summary
protected  BlockingLayerUI blockingUI
           
protected  Cursor busyCursor
           
protected  Cursor defaultCursor
           
protected  Component ui
           
 
Constructor Summary
BusyChangeListener(Component ui)
           
 
Method Summary
 BlockingLayerUI getBlockingUI()
           
protected  Cursor getBusyCursor()
           
protected  Cursor getDefaultCursor()
           
 Component getUi()
           
 void propertyChange(PropertyChangeEvent evt)
           
 void setBlockingUI(BlockingLayerUI blockingUI)
           
protected  void setBusy(Component ui)
           
protected  void setUnBusy(Component ui)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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:
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-2012 CodeLutin. All Rights Reserved.