Package 

Interface PublicationServicesHolder

    • Method Summary

      Modifier and Type Method Description
      abstract <T extends Publication.Service> T findService(KClass<T> serviceType) Returns the first publication service that is an instance of serviceType.
      abstract <T extends Publication.Service> List<T> findServices(KClass<T> serviceType) Returns all the publication services that are instances of serviceType.
      • Methods inherited from class org.readium.r2.shared.publication.PublicationServicesHolder

        close
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait