org.sonatype.gshell.logging.gossip
Class ListenerComponent

java.lang.Object
  extended by org.sonatype.gshell.logging.ComponentSupport
      extended by org.sonatype.gshell.logging.gossip.ListenerComponent
All Implemented Interfaces:
Component

public class ListenerComponent
extends ComponentSupport

Component for Listener.

Since:
2.5
Author:
Jason Dillon

Field Summary
 
Fields inherited from interface org.sonatype.gshell.logging.Component
DEFAULT_NAME
 
Constructor Summary
ListenerComponent(org.sonatype.gossip.listener.Listener listener)
           
 
Method Summary
 org.sonatype.gossip.listener.Listener getListener()
           
 Object getTarget()
           
 
Methods inherited from class org.sonatype.gshell.logging.ComponentSupport
getName, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListenerComponent

public ListenerComponent(org.sonatype.gossip.listener.Listener listener)
Method Detail

getListener

public org.sonatype.gossip.listener.Listener getListener()

getTarget

public Object getTarget()


Copyright © 2008-2011 Sonatype. All Rights Reserved.