org.jcoderz.commons.config
Class ConfigUpdateEvent
java.lang.Object
java.util.EventObject
org.jcoderz.commons.config.ConfigUpdateEvent
- All Implemented Interfaces:
- Serializable
public class ConfigUpdateEvent
- extends EventObject
The ConfigUpdateEvent is used for triggering *Service*Configuration
caches to update their caches, if the underlying configuration service
caches or database settings have been changed.
- See Also:
- Serialized Form
|
Method Summary |
int |
getId()
|
CACHE_UPDATED
public static final int CACHE_UPDATED
- Cache has been updated.
- See Also:
- Constant Field Values
ConfigUpdateEvent
public ConfigUpdateEvent(Object eventSource,
int eventId)
- Parameters:
eventSource - Class that fired the eventeventId - Identifier for the event
getId
public int getId()
- Returns:
- EventId of this event
Copyright 2007 The jCoderZ Project.