JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
de.murmelmeister.murmelapi.utils.update
Interface RefreshEvent<K>
public interface
RefreshEvent<K>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
K
key
()
@NotNull
RefreshOrigin
origin
()
@NotNull
String
type
()
Method Details
type
@NotNull
@NotNull
String
type
()
key
@Nullable
K
key
()
origin
@NotNull
@NotNull
RefreshOrigin
origin
()