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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleandoPropertyChange(PropertyChangeEvent evt)voidpropertyChange(PropertyChangeEvent evt)
-
-
-
Constructor Detail
-
RunFullInternalActionListener
public RunFullInternalActionListener(ApplicationUIContext context, AbstractApplicationUIHandler handler, Class actionName)
-
-
Method Detail
-
doPropertyChange
protected boolean doPropertyChange(PropertyChangeEvent evt)
-
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChangein interfacePropertyChangeListener
-
-