net.anotheria.moskitodemo.counter
Class PaymentCounterByParameter

java.lang.Object
  extended by net.anotheria.moskitodemo.counter.PaymentCounterByParameter

public class PaymentCounterByParameter
extends Object

TODO comment this class

Since:
19.11.12 10:24
Author:
lrosenberg

Constructor Summary
PaymentCounterByParameter()
           
 
Method Summary
 void failure(String method)
           
 void pay(String method, boolean success)
           
 void success(String method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentCounterByParameter

public PaymentCounterByParameter()
Method Detail

pay

public void pay(String method,
                boolean success)

success

public void success(String method)

failure

public void failure(String method)


Copyright © 2010-2012 anotheria.net. All Rights Reserved.