Package gw.plugin

Interface IPluginHost

    • Method Detail

      • getInterface

        default <T> T getInterface​(Class<T> apiInterface)
        Provides an implementation of a specified interface.
        Type Parameters:
        T -
        Parameters:
        apiInterface -
        Returns:
        The implementation of the interface or null if unsupported.