Uses of Class
org.sonatype.gossip.model.ListenerNode

Packages that use ListenerNode
org.sonatype.gossip.model Configuration model. 
 

Uses of ListenerNode in org.sonatype.gossip.model
 

Methods in org.sonatype.gossip.model that return types with arguments of type ListenerNode
 java.util.List<ListenerNode> ProfileNode.getListeners()
          Method getListeners.
 

Methods in org.sonatype.gossip.model with parameters of type ListenerNode
static Listener ComponentFactory.create(ListenerNode node)
           
 

Method parameters in org.sonatype.gossip.model with type arguments of type ListenerNode
 void ProfileNode.setListeners(java.util.List<ListenerNode> listeners)
          Set the listeners field.
 



Copyright © 2008-2011 Sonatype. All Rights Reserved.