org.perfectjpattern.core.behavioral.command
Class Paste

java.lang.Object
  extended by org.perfectjpattern.core.behavioral.command.AbstractReceiver<NullParameter,NullResult>
      extended by org.perfectjpattern.core.behavioral.command.Paste
All Implemented Interfaces:
IReceiver<NullParameter,NullResult>

public class Paste
extends AbstractReceiver<NullParameter,NullResult>

Implements the actual Paste functionality

Version:
$Revision: 1.0 $Date: Apr 13, 2008 2:34:38 PM $
Author:
Giovanni Azua
 

Constructor Summary
Paste()
           
 
Method Summary
 void execute()
          Starts the execution of the IReceiver.
protected static void setLogger(org.slf4j.Logger aLogger)
           
 
Methods inherited from class org.perfectjpattern.core.behavioral.command.AbstractReceiver
getParameter, getResult, setParameter, setResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Paste

public Paste()
Method Detail

execute

public void execute()
Starts the execution of the IReceiver.


setLogger

protected static void setLogger(org.slf4j.Logger aLogger)


Copyright © 2007-2009. All Rights Reserved.