- Enclosing class:
- ComboBox
public static interface ComboBox.ActionPostExecutor
The implementation of this interface takes care of doing something
delayed in respect of what the Joty framework asks the component to
execute when it changes status, that is the last statement in the
ActionListener.actionPerformed
implementation. That is its
contribution acts certainly after the component has notified to the
framework its change, and after the framework has 'reacted', indeed.
- See Also:
ComboBox.setActionPostExecutor(org.joty.workstation.gui.ComboBox.ActionPostExecutor)