com.acme.cdi.payment
Class AsynchronousPaymentProcessor

java.lang.Object
  extended by com.acme.cdi.payment.AsynchronousPaymentProcessor
All Implemented Interfaces:
PaymentProcessor

public class AsynchronousPaymentProcessor
extends java.lang.Object
implements PaymentProcessor


Constructor Summary
AsynchronousPaymentProcessor()
           
 
Method Summary
 void process(java.lang.String payment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchronousPaymentProcessor

public AsynchronousPaymentProcessor()
Method Detail

process

public void process(java.lang.String payment)
Specified by:
process in interface PaymentProcessor