Uses of Enum Class
ovh.mythmc.gestalt.features.FeatureEvent
Packages that use FeatureEvent
-
Uses of FeatureEvent in ovh.mythmc.gestalt.annotations
Methods in ovh.mythmc.gestalt.annotations with parameters of type FeatureEventModifier and TypeMethodDescriptionvoidFeatureListenerProcessor.call(@NotNull Object instance, @Nullable Class<?> eventClass, @NotNull FeatureEvent event) Invokes allFeatureListener-annotated methods on the given instance that are listening to the specified feature class and event. -
Uses of FeatureEvent in ovh.mythmc.gestalt.features
Methods in ovh.mythmc.gestalt.features that return FeatureEventModifier and TypeMethodDescriptionstatic FeatureEventReturns the enum constant of this class with the specified name.static FeatureEvent[]FeatureEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ovh.mythmc.gestalt.features with parameters of type FeatureEventModifier and TypeMethodDescriptionvoidFeatureListenerRegistry.call(@NotNull Class<?> clazz, @NotNull FeatureEvent event) Dispatches the givenFeatureEventto all listener objects registered for the specified feature class.