Interface TypeCustomizer


public interface TypeCustomizer
Interface to further customize event enums registered with PayloadProbe.getCustomTypes(). Your enum class can implement this interface to customize the color of your types.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The color of your enum constant.
  • Method Details

    • getColor

      int getColor()
      The color of your enum constant.
      Returns:
      the RGB int value of a color, for example 0xCCAA00