Uses of Enum Class
de.iip_ecosphere.platform.services.ServiceDescriptor.Action
-
Uses of ServiceDescriptor.Action in de.iip_ecosphere.platform.services
Fields in de.iip_ecosphere.platform.services with type parameters of type ServiceDescriptor.ActionModifier and TypeFieldDescriptionprivate Map<ServiceDescriptor.Action, Runnable> AbstractServiceDescriptor.actionsMethods in de.iip_ecosphere.platform.services that return ServiceDescriptor.ActionModifier and TypeMethodDescriptionstatic ServiceDescriptor.ActionReturns the enum constant of this class with the specified name.static ServiceDescriptor.Action[]ServiceDescriptor.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.services with parameters of type ServiceDescriptor.ActionModifier and TypeMethodDescriptionvoidAbstractServiceDescriptor.attachAction(ServiceDescriptor.Action action, Runnable run) default voidServiceDescriptor.attachAction(ServiceDescriptor.Action action, Runnable run) Attaches a runnable to an action.protected voidAbstractServiceDescriptor.executeAction(ServiceDescriptor.Action action) If there is a registered runnable foraction, execute it.