Interface StructureMatrixListener


public interface StructureMatrixListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    actionOnChange(Object oldValue, Object newValue, int dim, int posI, int posJ)
     
  • Method Details

    • actionOnChange

      void actionOnChange(Object oldValue, Object newValue, int dim, int posI, int posJ)