Interface ChangeListener<T>


public interface ChangeListener<T>
  • Method Summary

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