org.jboss.forge.shell.events
Class CommandExecuted

java.lang.Object
  extended by org.jboss.forge.shell.events.CommandExecuted

public final class CommandExecuted
extends Object

Fired after a plugin/command has been executed and has finished processing.

Author:
Lincoln Baxter, III

Nested Class Summary
static class CommandExecuted.Status
           
 
Constructor Summary
CommandExecuted()
           
CommandExecuted(CommandExecuted.Status status)
           
 
Method Summary
 CommandExecuted.Status getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandExecuted

public CommandExecuted()

CommandExecuted

public CommandExecuted(CommandExecuted.Status status)
Method Detail

getStatus

public CommandExecuted.Status getStatus()


Copyright © 2011 Seam Framework. All Rights Reserved.