Uses of Enum Class
com.iizix.event.RefreshEvent.Type
Packages that use RefreshEvent.Type
Uses of RefreshEvent.Type in com.iizix.event
Methods in com.iizix.event that return RefreshEvent.TypeModifier and TypeMethodDescriptionRefreshEvent.getType()
Gets the refresh type.static RefreshEvent.Type
Returns the enum constant of this class with the specified name.static RefreshEvent.Type[]
RefreshEvent.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.iizix.event with parameters of type RefreshEvent.TypeModifierConstructorDescriptionRefreshEvent
(GProp<?> source, IClientSessionGyro clientGyro, RefreshEvent.Type type) Constructs a new sinking refresh event of the specified type.