public class ProcessPaymentEventVoidCmdImpl extends AEDPPaymentTaskCmdImpl implements ProcessPaymentEventCmd
Constructor and Description |
---|
ProcessPaymentEventVoidCmdImpl() |
Modifier and Type | Method and Description |
---|---|
boolean | isReadyToCallExecute()
This method is called by the Command Framework to check if all basic mandatory parameters have been set for this command.
|
void | performExecute()
This method executes the business logic of this command implementation.
|
void | reset()
This method resets the command fields.
|
public boolean isReadyToCallExecute()
Here this method does nothing.
public void performExecute() throws ECException
This method changes the payment event in event bus to medium to accelerate the backend payment action execution. Actually it does nothing.
It does nothing here.
public void reset()
This method resets the command fields.
After this method is invoked, and proper attributes are set, the command can be executed again.