super(source); if (object == null) { throw new IllegalArgumentException("Attempt to generate refresh event with null object"); } this.object = object;
this(object, source); if (lockMode == null) { throw new IllegalArgumentException("Attempt to generate refresh event with null lock mode"); } this.lockMode = lockMode;
return lockMode;
return object;