public static interface UserDataContainer.CopyAction
| Modifier and Type | Interface and Description |
|---|---|
static class |
UserDataContainer.CopyAction.Clone
Implements UserData.CLONE
|
static class |
UserDataContainer.CopyAction.Remove
Implements UserData.REMOVE
|
static class |
UserDataContainer.CopyAction.Shared
Implements UserData.SHARED
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
onCopy(java.lang.Object value,
UserDataContainer source,
UserDataContainer target)
The callback triggered when a UserDatum is copied.
|
java.lang.Object onCopy(java.lang.Object value,
UserDataContainer source,
UserDataContainer target)
value - The item of UserData that is being copiedsource - The UserDataContainer that holds this datumtarget - The UserDataContainer that will hold the new datum