Class Bindable.Info

  • Enclosing class:
    Bindable

    protected class Bindable.Info
    extends java.lang.Object
    Resource information class.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) ResourceIdentifier ID
      The identifier of the resource for the renderer's use.
      (package private) ReleaseFunction Release
      The renderer function to call to release the resource.
      (package private) boolean Reload  
      (package private) Renderer User
      The renderer to which the resource is bound.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Info()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • User

        Renderer User
        The renderer to which the resource is bound.
      • Release

        ReleaseFunction Release
        The renderer function to call to release the resource.
      • Reload

        boolean Reload
    • Constructor Detail

      • Info

        protected Info()