org.perfectjpattern.core.behavioral.command
Class ParameterlessInvoker

java.lang.Object
  extended by org.perfectjpattern.core.behavioral.command.Invoker<NullParameter,NullResult>
      extended by org.perfectjpattern.core.behavioral.command.ParameterlessInvoker
All Implemented Interfaces:
IInvoker<NullParameter,NullResult>, IParameterlessInvoker

public class ParameterlessInvoker
extends Invoker<NullParameter,NullResult>
implements IParameterlessInvoker

Concrete implementation of IParameterlessInvoker

Version:
$Revision: 1.0 $Date: Apr 13, 2008 9:59:08 PM $
Author:
Giovanni Azua
 

Constructor Summary
ParameterlessInvoker()
           
 
Method Summary
 
Methods inherited from class org.perfectjpattern.core.behavioral.command.Invoker
getResult, invoke, setCommand, setParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.perfectjpattern.core.api.behavioral.command.IInvoker
getResult, invoke, setCommand, setParameter
 

Constructor Detail

ParameterlessInvoker

public ParameterlessInvoker()


Copyright © 2007-2009. All Rights Reserved.