Changeset 19 for src/main/java/geniusweb/profilesserver/events
- Timestamp:
- 10/06/20 13:12:24 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/geniusweb/profilesserver/events/ProfileChangeEvent.java
r1 r19 7 7 8 8 /** 9 * 10 * @param type the {@link ModificationType} of this event. 11 * 12 * @param old the profile before the change. Null if it was added. 13 * @param new the profile after the change. Null if it was removed 9 * @param oldprof the profile before the change. Null if it was added. 10 * @param newprof the profile after the change. Null if it was removed 14 11 */ 15 12 public ProfileChangeEvent(Profile oldprof, Profile newprof) {
Note:
See TracChangeset
for help on using the changeset viewer.