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 Summary

    Modifier and Type
    Method
    Description
    void
    The table model has been changed as described by the supplied event object.
  • Method Details

    • 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.