Class AbstractApplicationUIHandler.RunFullInternalActionListener

java.lang.Object
org.nuiton.jaxx.application.swing.AbstractApplicationUIHandler.RunFullInternalActionListener
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener
Enclosing class:
AbstractApplicationUIHandler<M,​UI extends ApplicationUI<M,​?>>

protected static class AbstractApplicationUIHandler.RunFullInternalActionListener
extends java.lang.Object
implements java.beans.PropertyChangeListener
  • Constructor Summary

    Constructors
    Constructor Description
    RunFullInternalActionListener​(ApplicationUIContext context, AbstractApplicationUIHandler handler, java.lang.Class actionName)  
  • Method Summary

    Modifier and Type Method Description
    protected boolean doPropertyChange​(java.beans.PropertyChangeEvent evt)  
    void propertyChange​(java.beans.PropertyChangeEvent evt)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • doPropertyChange

      protected boolean doPropertyChange​(java.beans.PropertyChangeEvent evt)
    • propertyChange

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