org.cocome.tradingsystem.cashdeskline.events
Class InvalidCreditCardEvent

java.lang.Object
  extended by org.cocome.tradingsystem.cashdeskline.events.InvalidCreditCardEvent
All Implemented Interfaces:
java.io.Serializable

public class InvalidCreditCardEvent
extends java.lang.Object
implements java.io.Serializable

This event is raised by the cashdesk application component after an unsuccessful attempt to validate a credit card by the banking component.

See Also:
Serialized Form

Constructor Summary
InvalidCreditCardEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidCreditCardEvent

public InvalidCreditCardEvent()