org.sonatype.gshell.command.registry
Class CommandRemovedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.sonatype.gshell.command.registry.CommandRemovedEvent
All Implemented Interfaces:
Serializable

public class CommandRemovedEvent
extends EventObject

Event fired once a command has been removed.

Since:
2.5
Author:
Jason Dillon
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CommandRemovedEvent(String name)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandRemovedEvent

public CommandRemovedEvent(String name)
Method Detail

getName

public String getName()


Copyright © 2008-2011 Sonatype. All Rights Reserved.