org.openwms.core.util.event
Class RootApplicationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.openwms.core.util.event.RootApplicationEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MergePropertiesEvent, PropertiesChangedEvent, TransportServiceEvent, UserChangedEvent

public class RootApplicationEvent
extends org.springframework.context.ApplicationEvent
implements Serializable

A RootApplicationEvent.

Since:
0.1
Version:
$Revision: 1502 $
Author:
Tina Russell
See Also:
Serialized Form

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

RootApplicationEvent

public RootApplicationEvent(Object source)
Create a new RootApplicationEvent.

Parameters:
source - The event sender


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