Interface MOTableModelListener

  • All Superinterfaces:
    EventListener

    public interface MOTableModelListener
    extends EventListener
    A MOTableModelListener can be informed about table model changes.
    Version:
    1.0
    Author:
    Frank Fock
    • Method Detail

      • tableModelChanged

        void tableModelChanged​(MOTableModelEvent event)
        The table model has been changed as described by the supplied event object.
        Parameters:
        event - the MOTableModelEvent instance that describes the change.