Uses of Enum Class
com.iizix.event.RefreshEvent.Type
Uses of RefreshEvent.Type in com.iizix.event
Modifier 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.ModifierConstructorDescriptionRefreshEvent
(GProp<?> source, IClientSessionGyro clientGyro, RefreshEvent.Type type) Constructs a new sinking refresh event of the specified type.