DATATYPE - The type of object that is changedpublic interface IChangeNotify<DATATYPE> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
afterChange(DATATYPE aChangedObject)
Called after the object changed.
|
EContinue |
beforeChange(DATATYPE aObjectToChange)
Called before the object will be changed.
|
@Nonnull EContinue beforeChange(@Nonnull DATATYPE aObjectToChange)
aObjectToChange - The object to be changed. Never null.EContinue.CONTINUE if the action may be performed. If the
return value is EContinue.BREAK the action will not be
performed.Copyright © 2006–2014 phloc systems. All rights reserved.