org.openwms.tms.util.event
Class TransportServiceEvent

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.tms.util.event.TransportServiceEvent
All Implemented Interfaces:
Serializable

public class TransportServiceEvent
extends RootApplicationEvent
implements Serializable

A TransportServiceEvent.

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

Nested Class Summary
static class TransportServiceEvent.TYPE
          All possible types of this event.
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TransportServiceEvent(Object source)
          Create a new RootApplicationEvent.
TransportServiceEvent(Object source, TransportServiceEvent.TYPE type)
          Create a new TransportServiceEvent.
 
Method Summary
 TransportServiceEvent.TYPE getType()
          Return the type of event.
 
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

TransportServiceEvent

public TransportServiceEvent(Object source)
Create a new RootApplicationEvent.

Parameters:
source - Event source

TransportServiceEvent

public TransportServiceEvent(Object source,
                             TransportServiceEvent.TYPE type)
Create a new TransportServiceEvent.

Parameters:
source - Event source
type - Event type
Method Detail

getType

public TransportServiceEvent.TYPE getType()
Return the type of event.

Returns:
The event type


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