Uses of Interface
org.intocps.maestro.interpreter.api.IValueLifecycleHandler
-
Packages that use IValueLifecycleHandler Package Description org.intocps.maestro.interpreter -
-
Uses of IValueLifecycleHandler in org.intocps.maestro.interpreter
Fields in org.intocps.maestro.interpreter with type parameters of type IValueLifecycleHandler Modifier and Type Field Description protected Map<String,IValueLifecycleHandler>DefaultExternalValueFactory. lifecycleHandlersprotected Map<Value,IValueLifecycleHandler>DefaultExternalValueFactory. valuesMethods in org.intocps.maestro.interpreter with parameters of type IValueLifecycleHandler Modifier and Type Method Description voidDefaultExternalValueFactory. addLifecycleHandler(IValueLifecycleHandler handler)Method parameters in org.intocps.maestro.interpreter with type arguments of type IValueLifecycleHandler Modifier and Type Method Description voidDefaultExternalValueFactory. addLifecycleHandler(Class<? extends IValueLifecycleHandler> handlerClass)
-