public class RefreshEvent extends ApplicationEvent
An ApplicationEvent
for handling refreshes.
Constructor and Description |
---|
RefreshEvent()
Constructs a refresh Event that refreshes all keys.
|
RefreshEvent(java.util.Map<java.lang.String,java.lang.Object> changes)
Constructs a prototypical Event.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getSource() |
public RefreshEvent(java.util.Map<java.lang.String,java.lang.Object> changes)
changes
- The keys that changed and the previous values of said keysjava.lang.IllegalArgumentException
- if source is null.public RefreshEvent()