org.sonatype.gshell.command.descriptor
Class DiscoveredCommandDescriptorEvent

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

public class DiscoveredCommandDescriptorEvent
extends EventObject

Event fired once a CommandDescriptor has been discovered.

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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DiscoveredCommandDescriptorEvent(CommandDescriptor descriptor)
           
 
Method Summary
 CommandDescriptor getDescriptor()
           
 
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

DiscoveredCommandDescriptorEvent

public DiscoveredCommandDescriptorEvent(CommandDescriptor descriptor)
Method Detail

getDescriptor

public CommandDescriptor getDescriptor()


Copyright © 2008-2011 Sonatype. All Rights Reserved.