public interface UserProfileSavable
| Modifier and Type | Method and Description |
|---|---|
void |
load(UserProfile profile)
Called during profile load.
|
void |
save(UserProfile profile)
Called during profile save.
|
void save(UserProfile profile)
profile - the profile to save tovoid load(UserProfile profile)
profile - the profile to load fromCopyright © 2018. All rights reserved.