org.openwms.core.util.event
Class UserChangedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.openwms.core.util.event.RootApplicationEvent
org.openwms.core.util.event.UserChangedEvent
- All Implemented Interfaces:
- Serializable
public class UserChangedEvent
- extends RootApplicationEvent
An UserChangedEvent is fired to notify listeners about changes on an
User
configuration. A listener could probably evict a cache of
users.
- Since:
- 0.1
- Version:
- $Revision: 1502 $
- Author:
- Heiko Scherrer
- See Also:
- Serialized Form
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
UserChangedEvent
public UserChangedEvent(Object source)
- Create a new UserChangedEvent.
- Parameters:
source
- The User
that has changed or null
Copyright © 2005-2011 openwms.org. All Rights Reserved.