org.openwms.core.util.event
Class UserChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.openwms.core.util.event.RootApplicationEvent
              extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UserChangedEvent(Object source)
          Create a new UserChangedEvent.
 
Method Summary
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.