public class ChangeEvent extends EventObject
source| Constructor and Description |
|---|
ChangeEvent(Object source)
Creates a new
ChangeEvent instance for the specified source. |
public ChangeEvent(Object source)
ChangeEvent instance for the specified source.source - the source for the event (null not permitted).