org.sonatype.gshell.command.descriptor
Class DiscoveredCommandsDescriptorEvent

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

public class DiscoveredCommandsDescriptorEvent
extends EventObject

Event fired once a CommandsDescriptor 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
DiscoveredCommandsDescriptorEvent(CommandsDescriptor descriptor)
           
 
Method Summary
 CommandsDescriptor 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

DiscoveredCommandsDescriptorEvent

public DiscoveredCommandsDescriptorEvent(CommandsDescriptor descriptor)
Method Detail

getDescriptor

public CommandsDescriptor getDescriptor()


Copyright © 2008-2011 Sonatype. All Rights Reserved.