org.sonatype.gshell.command.descriptor
Class DiscoveredCommandSetDescriptorEvent

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

public class DiscoveredCommandSetDescriptorEvent
extends EventObject

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

DiscoveredCommandSetDescriptorEvent

public DiscoveredCommandSetDescriptorEvent(CommandSetDescriptor descriptor)
Method Detail

getDescriptor

public CommandSetDescriptor getDescriptor()


Copyright © 2008-2011 Sonatype. All Rights Reserved.