Class CapabilitySvc

  • All Implemented Interfaces:
    CapabilityService

    public class CapabilitySvc
    extends java.lang.Object
    implements CapabilityService
    Singleton instance implementation for CapabilityService.

    Only one instance exists per runtime in order to notify others when the plugin enables.

    • Method Detail

      • notifyAboutEnable

        public static void notifyAboutEnable​(boolean isEnabled)
        Implementation detail.
        Parameters:
        isEnabled - Did the plugin enable properly.