Interface RefreshEvent<K>


public interface RefreshEvent<K>
  • Method Summary

    Modifier and Type
    Method
    Description
    key()
     
    @NotNull RefreshOrigin
     
    @NotNull String
     
  • Method Details

    • type

      @NotNull @NotNull String type()
    • key

      @Nullable K key()
    • origin

      @NotNull @NotNull RefreshOrigin origin()