com.cyclonecommerce.cybervan.api
Class InterchangeEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.cyclonecommerce.cybervan.api.InterchangeEvent
All Implemented Interfaces:
java.io.Serializable

public class InterchangeEvent
extends java.util.EventObject
implements java.io.Serializable

Represents an event generated by the Interchange Server engine

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InterchangeEvent(java.lang.Object interchangeEventDescription)
          Creates an instance of InterchangeEvent with a given description Internal server use only
 
Method Summary
 InterchangeEventDescription getDescription()
          Get the description of the event
 
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

InterchangeEvent

public InterchangeEvent(java.lang.Object interchangeEventDescription)
Creates an instance of InterchangeEvent with a given description Internal server use only
Parameters:
interchangeEventDescription -  
Method Detail

getDescription

public InterchangeEventDescription getDescription()
Get the description of the event
Returns:
Returns the InterchangeEventDescription object for an event.