Uses of Enum Class
dev.galasa.framework.spi.IDynamicStatusStoreWatcher.Event
Packages that use IDynamicStatusStoreWatcher.Event
-
Uses of IDynamicStatusStoreWatcher.Event in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that return IDynamicStatusStoreWatcher.EventModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IDynamicStatusStoreWatcher.Event[]
IDynamicStatusStoreWatcher.Event.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.galasa.framework.spi with parameters of type IDynamicStatusStoreWatcher.EventModifier and TypeMethodDescriptionvoid
IDynamicStatusStoreWatcher.propertyModified
(String key, IDynamicStatusStoreWatcher.Event event, String oldValue, String newValue)