org.cocome.tradingsystem.cashdeskline.events
Class CreditCardScannedEvent

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

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

This event is raised by the scanner controller after successfully scanning a credit card. The contained information has to be defined by the external banking component.

Author:
herold
See Also:
Serialized Form

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

Constructor Detail

CreditCardScannedEvent

public CreditCardScannedEvent(java.lang.String creditCardInformation)
Method Detail

getCreditCardInformation

public java.lang.String getCreditCardInformation()