org.omnaest.utils.operation.special
Class OperationVoidToOperationAdapter<PARAMETER>

java.lang.Object
  extended by org.omnaest.utils.operation.special.OperationVoidToOperationAdapter<PARAMETER>
Type Parameters:
PARAMETER -
All Implemented Interfaces:
Operation<Void,PARAMETER>

public class OperationVoidToOperationAdapter<PARAMETER>
extends Object
implements Operation<Void,PARAMETER>

Adapter from OperationVoid to Operation

Author:
Omnaest

Constructor Summary
OperationVoidToOperationAdapter()
           
 
Method Summary
 Void execute(PARAMETER parameter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationVoidToOperationAdapter

public OperationVoidToOperationAdapter()
Method Detail

execute

public Void execute(PARAMETER parameter)
Specified by:
execute in interface Operation<Void,PARAMETER>


Copyright © 2013. All Rights Reserved.