| Modifier and Type | Method and Description |
|---|---|
EContinue |
IChangeCallback.beforeChange(DATATYPE aObjectToChange)
Called before the object will be changed.
|
EContinue |
ICallbackList.forEachWithReturn(Function<CALLBACKTYPE,EContinue> aFunction)
Invoke all registered callbacks in a safe manner.
|
EContinue |
CallbackList.forEachWithReturn(Function<CALLBACKTYPE,EContinue> aFunction) |
| Modifier and Type | Method and Description |
|---|---|
EContinue |
ICallbackList.forEachWithReturn(Function<CALLBACKTYPE,EContinue> aFunction)
Invoke all registered callbacks in a safe manner.
|
EContinue |
CallbackList.forEachWithReturn(Function<CALLBACKTYPE,EContinue> aFunction) |
| Modifier and Type | Method and Description |
|---|---|
protected EContinue |
MapBasedAttributeContainer.onBeforeRemoveAllAttributes()
Internal callback method that can be used to avoid removal of all
attributes.
|
protected EContinue |
MapBasedAttributeContainer.onBeforeRemoveAttribute(KEYTYPE aName)
Internal callback method that can be used to avoid removal of an attribute.
|
protected EContinue |
MapBasedAttributeContainer.onBeforeSetAttributeValue(KEYTYPE aName,
VALUETYPE aValue)
Internal callback method that can be used to check constraints on an
attribute name or value.
|
| Modifier and Type | Method and Description |
|---|---|
EContinue |
IMicroTypeConverterCallback.call(Class<?> aClass,
IMicroTypeConverter aConverter)
Invoked for each converter.
|
| Modifier and Type | Method and Description |
|---|---|
EContinue |
SessionScope.selfDestruct() |
EContinue |
ISessionScope.selfDestruct()
A special internal method that destroys the session.
|
| Modifier and Type | Method and Description |
|---|---|
EContinue |
ISerializationConverterCallback.call(Class<?> aClass,
ISerializationConverter<?> aConverter)
Invoked for each converter.
|
| Modifier and Type | Method and Description |
|---|---|
default EContinue |
IContinueIndicator.and(IContinueIndicator aContinue) |
default EContinue |
IContinueIndicator.or(IContinueIndicator aContinue) |
static EContinue |
EContinue.valueOf(boolean bContinue) |
static EContinue |
EContinue.valueOf(IContinueIndicator aContinueIndicator) |
static EContinue |
EContinue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EContinue[] |
EContinue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EContinue |
ITypeConverterCallback.call(Class<?> aSrcClass,
Class<?> aDstClass,
ITypeConverter<?,?> aConverter) |
Copyright © 2014–2016 Philip Helger. All rights reserved.