@API(status=EXPERIMENTAL,
since="1.2.3")
public class PropertyLifecycle
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
PropertyLifecycle.AfterPropertyExecutor |
static class |
PropertyLifecycle.PropertyLifecycleFacade |
Modifier and Type | Method and Description |
---|---|
static void |
after(java.lang.Object identifier,
PropertyLifecycle.AfterPropertyExecutor afterPropertyExecutor) |
static void |
after(PropertyLifecycle.AfterPropertyExecutor afterPropertyExecutor) |
static void |
onSuccess(java.lang.Object identifier,
java.lang.Runnable runnable) |
static void |
onSuccess(java.lang.Runnable runnable) |
public static void onSuccess(java.lang.Object identifier, java.lang.Runnable runnable)
public static void onSuccess(java.lang.Runnable runnable)
public static void after(PropertyLifecycle.AfterPropertyExecutor afterPropertyExecutor)
public static void after(java.lang.Object identifier, PropertyLifecycle.AfterPropertyExecutor afterPropertyExecutor)