Interface ViewAndEntityListener<T,​E>

Type Parameters:
T - The view type
E - The entity type

public interface ViewAndEntityListener<T,​E>
A listener for getting a callback.
Since:
1.4.0
Author:
Christian Beikov
  • Method Summary

    Modifier and Type Method Description
    void call​(T view, E entity)
    A callback that is invoked for a view and entity.
  • Method Details

    • call

      void call​(T view, E entity)
      A callback that is invoked for a view and entity.
      Parameters:
      view - The view that is about to be persisted
      entity - The entity object that is about to be persisted