Interface IConditional


  • public interface IConditional
    This interface allows an instance of IDeepPlugin to only be loaded based on a condition.
    • Method Detail

      • isActive

        boolean isActive()
        Should determine if the plugin is active.
        Returns:
        true if and only if the plugins is active, else false