org.openwms.core.util.event
Class PropertiesChangedEvent

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.PropertiesChangedEvent
All Implemented Interfaces:
Serializable

public class PropertiesChangedEvent
extends RootApplicationEvent

A PropertiesChangedEvent.

Version:
$Revision: $
Author:
Heiko Scherrer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PropertiesChangedEvent(Object source)
          Create a new PropertiesChangedEvent.
 
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

PropertiesChangedEvent

public PropertiesChangedEvent(Object source)
Create a new PropertiesChangedEvent.

Parameters:
source - The event source


Copyright © 2005-2011 openwms.org. All Rights Reserved.