Interface IMonitorEvent

    • Field Detail

    • Method Detail

      • getId

        String getId()
        Returns the identifier for this event.
        Returns:
        the identifier for this event.
        Since:
        9.0.0
      • getFields

        Collection<IMonitorFieldInstance> getFields()
        Returns an unmodifiable collection of the fields that should be collected for this event.
        Returns:
        an unmodifiable collection of the fields that should be collected for this event.
        Since:
        9.0.0
      • getDescription

        String getDescription()
        Returns the description of this event. The description is localizable using getStringResourcePath().
        Returns:
        the description of this event.
        Since:
        9.0.0
      • getLocalizedDescription

        String getLocalizedDescription()
        Returns the localized description of this event.
        Returns:
        the description of this event.
        Since:
        11.0.0
      • isEnabled

        boolean isEnabled()
        Returns if the monitoring for this event is enabled.
        Returns:
        true if enabled or false if disabled.
        Since:
        9.0.0
      • getName

        String getName()
        Returns the name of this event. The name is localizable using getStringResourcePath().
        Returns:
        the name of this event.
        Since:
        9.0.0
      • getImage

        String getImage()
        Returns the image.
        Returns:
        the image
        Since:
        11.0.0
      • getVerb

        String getVerb()
        Returns the verb.
        Returns:
        the verb.
        Since:
        11.0.0
      • getLocalizedName

        String getLocalizedName()
        Returns the localized name of this event.
        Returns:
        the name for this event.
        Since:
        11.0.0
      • getStringResourcePath

        String getStringResourcePath()
        The string resource path for localizing this event's strings.
        Returns:
        the string resource path.
        Since:
        9.0.0
      • getLocalizedVerb

        String getLocalizedVerb()
        Returns the localized verb of this event.
        Returns:
        the verb for this event.
        Since:
        11.0.0