Package net.sf.eBus.util
Class PropertiesEvent
- java.lang.Object
-
- java.util.EventObject
-
- net.sf.eBus.util.PropertiesEvent
-
- All Implemented Interfaces:
Serializable
public final class PropertiesEvent extends EventObject
Contains the updatedPropertiesobject as event source. Retrieve the Properties object by callinggetSource()and casting the return value toProperties.- Author:
- Charles Rapp
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description PropertiesEvent(Properties properties)The specified properties have changed.
-
-
-
Constructor Detail
-
PropertiesEvent
public PropertiesEvent(Properties properties)
The specified properties have changed.- Parameters:
properties- the event's source.- Throws:
IllegalArgumentException- ifpropertiesisnull.
-
-