Class SwingListValidatorTableEditorModelListener<O>

  • All Implemented Interfaces:
    EventListener, TableModelListener

    public class SwingListValidatorTableEditorModelListener<O>
    extends Object
    implements TableModelListener
    Listens a table model which is the editor of a list of bean, add and remove beans to the target validator.
    Since:
    2.5.3
    Author:
    Tony Chemit - dev@tchemit.fr
    • Constructor Detail

      • SwingListValidatorTableEditorModelListener

        public SwingListValidatorTableEditorModelListener​(org.nuiton.validator.bean.list.BeanListValidator<O> validator,
                                                          SwingListValidatorDataLocator<O> dataLocator)