AU
- public interface AppUserCommitObserver<AU extends AppUser>
Composite
s that contribute to commits.Modifier and Type | Method and Description |
---|---|
void |
post_commit(AU person,
boolean changed)
AppUser has been edited |
void |
pre_commit(AU person,
boolean dirty)
AppUser has been edited and is about to be comitted
|