Interface PlayerControllerView.Listener

Enclosing class:
PlayerControllerView

public static interface PlayerControllerView.Listener
Generic listener interface that can be used to receive specific events from this view.
Since:
4.0.2
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onVisibilityChanged(int visibility)
    Triggered when the visibility of this view is changed
  • Method Details

    • onVisibilityChanged

      void onVisibilityChanged(int visibility)
      Triggered when the visibility of this view is changed
      Parameters:
      visibility - The new visibility value