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 booleandoPropertyChange(java.beans.PropertyChangeEvent evt)voidpropertyChange(java.beans.PropertyChangeEvent evt)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RunFullInternalActionListener
public RunFullInternalActionListener(ApplicationUIContext context, AbstractApplicationUIHandler handler, java.lang.Class actionName)
-
-
Method Details
-
doPropertyChange
protected boolean doPropertyChange(java.beans.PropertyChangeEvent evt) -
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)- Specified by:
propertyChangein interfacejava.beans.PropertyChangeListener
-