Constructs a new instance of this class.paramsource the object which fired the event.sinceAndroid 1.0 if (source != null) { this.source = source; } else { throw new IllegalArgumentException(); }
if (source != null) { this.source = source; } else { throw new IllegalArgumentException(); }
Returns the event source.returnthe object which fired the event.sinceAndroid 1.0 return source;
return source;
Returns the string representation of this {@code EventObject}.returnthe string representation of this {@code EventObject}.sinceAndroid 1.0 return getClass().getName() + "[source=" + source + ']"; //$NON-NLS-1$
return getClass().getName() + "[source=" + source + ']"; //$NON-NLS-1$