com.meiglobal.ebds.api.event
Class EscrowEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.meiglobal.ebds.api.event.AcceptorEvent
          extended by com.meiglobal.ebds.api.event.EscrowEvent
All Implemented Interfaces:
java.io.Serializable

public class EscrowEvent
extends AcceptorEvent

Event generated when a document has reached the escrow position. No information about that document is sent along with this event. It is up to the host to query the document type in order to get that information.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.meiglobal.ebds.api.event.AcceptorEvent
description
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
EscrowEvent(java.lang.Object source)
          Constructor
 
Method Summary
 
Methods inherited from class com.meiglobal.ebds.api.event.AcceptorEvent
getDescription
 
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

EscrowEvent

public EscrowEvent(java.lang.Object source)
Constructor

Parameters:
source - Event source object.