public final class PropertiesEvent extends EventObject
Properties object as event
source. Retrieve the Properties object by calling
getSource() and casting the return value
to Properties.source| Constructor and Description |
|---|
PropertiesEvent(Properties properties)
The specified properties have changed.
|
public PropertiesEvent(Properties properties) throws IllegalArgumentException
properties - the event's source.IllegalArgumentException - if properties is null.Copyright © 2020. All rights reserved.