Interface ChangedListener<T>


public interface ChangedListener<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    changed(SQLService service, ORMType ormType, RowObject rowObject, T original, T current)