org.crsh.repl
Class EvalResponse.Invoke

java.lang.Object
  extended by org.crsh.repl.EvalResponse
      extended by org.crsh.repl.EvalResponse.Invoke
Enclosing class:
EvalResponse

public static class EvalResponse.Invoke
extends EvalResponse


Nested Class Summary
 
Nested classes/interfaces inherited from class org.crsh.repl.EvalResponse
EvalResponse.Invoke, EvalResponse.Response
 
Field Summary
 CommandInvoker<Void,?> invoker
          .
 
Constructor Summary
EvalResponse.Invoke(CommandInvoker<Void,?> invoker)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

invoker

public final CommandInvoker<Void,?> invoker
.

Constructor Detail

EvalResponse.Invoke

public EvalResponse.Invoke(CommandInvoker<Void,?> invoker)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.