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