Class AbstractApplicationUIHandler.RunFullInternalActionListener
java.lang.Object
org.nuiton.jaxx.application.swing.AbstractApplicationUIHandler.RunFullInternalActionListener
- All Implemented Interfaces:
PropertyChangeListener,EventListener
- Enclosing class:
- AbstractApplicationUIHandler<M,UI extends ApplicationUI<M,?>>
protected static class AbstractApplicationUIHandler.RunFullInternalActionListener extends Object implements PropertyChangeListener
-
Constructor Summary
Constructors Constructor Description RunFullInternalActionListener(ApplicationUIContext context, AbstractApplicationUIHandler handler, Class actionName) -
Method Summary
Modifier and Type Method Description protected booleandoPropertyChange(PropertyChangeEvent evt)voidpropertyChange(PropertyChangeEvent evt)
-
Constructor Details
-
RunFullInternalActionListener
public RunFullInternalActionListener(ApplicationUIContext context, AbstractApplicationUIHandler handler, Class actionName)
-
-
Method Details
-
doPropertyChange
-
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-