Interface DelayedInfo


public interface DelayedInfo
Event delay info
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the delay info description in the specified Locale
    int
    Returns the delay info identifier
  • Method Details

    • getId

      int getId()
      Returns the delay info identifier
      Returns:
      the delay info identifier
    • getDescription

      String getDescription(Locale locale)
      Returns the delay info description in the specified Locale
      Parameters:
      locale - the Locale in which the data should be provided
      Returns:
      the delay info description in the specified Locale