Class BusyChangeListener

java.lang.Object
jaxx.runtime.swing.wizard.BusyChangeListener
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener

public class BusyChangeListener
extends java.lang.Object
implements java.beans.PropertyChangeListener
To listen the busy state of a WizardModel.
Since:
2.1
Author:
Tony Chemit - chemit@codelutin.com
  • Field Details

    • busyCursor

      protected java.awt.Cursor busyCursor
    • defaultCursor

      protected java.awt.Cursor defaultCursor
    • ui

      protected final java.awt.Component ui
    • blockingUI

      protected BlockingLayerUI blockingUI
  • Constructor Details

    • BusyChangeListener

      public BusyChangeListener​(java.awt.Component ui)
  • Method Details

    • getUi

      public java.awt.Component getUi()
    • getBlockingUI

      public BlockingLayerUI getBlockingUI()
    • propertyChange

      public void propertyChange​(java.beans.PropertyChangeEvent evt)
      Specified by:
      propertyChange in interface java.beans.PropertyChangeListener
    • setBlockingUI

      public void setBlockingUI​(BlockingLayerUI blockingUI)
    • setBusy

      protected void setBusy​(java.awt.Component ui)
    • setUnBusy

      protected void setUnBusy​(java.awt.Component ui)
    • getBusyCursor

      protected java.awt.Cursor getBusyCursor()
    • getDefaultCursor

      protected java.awt.Cursor getDefaultCursor()