Interface ViewTransitionListener<T>

Type Parameters:
T - The view type

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

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

    • call

      void call​(T view, ViewTransition transition)
      A callback that is invoked for a view.
      Parameters:
      view - The view for this lifecycle event
      transition - The lifecycle event transition