Interface RecordingContainer<C>

Type Parameters:
C - The delegate collection type

public interface RecordingContainer<C>
A recording collection.
Since:
1.5.0
Author:
Christian Beikov
  • Method Summary

    Modifier and Type Method Description
    C getDelegate()
    Returns the delegate collection.
  • Method Details

    • getDelegate

      C getDelegate()
      Returns the delegate collection.
      Returns:
      The delegate collection