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