Interface Releasable

All Known Subinterfaces:
Player

public interface Releasable
Interface for any object which requires an explicit call to free resources it is holding.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • release

      void release()