Interface IAttachable

All Known Subinterfaces:
IInput
All Known Implementing Classes:
CameraInput, PhotoInput, StreamInput, VideoInput

public interface IAttachable
Signals the start or end of class usage.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called by the Player when the new input is added to the Player using the 'use()' method
    void
    Called by the Player when the input will be changed to a new input, or when the Player
  • Method Details

    • attach

      void attach()
      Called by the Player when the new input is added to the Player using the 'use()' method
    • detach

      void detach()
      Called by the Player when the input will be changed to a new input, or when the Player