org.codehaus.mojo.pomtools.console.toolkit.event
Class AbstractEventListener

java.lang.Object
  extended by org.codehaus.mojo.pomtools.console.toolkit.event.AbstractEventListener
All Implemented Interfaces:
ConsoleEventListener
Direct Known Subclasses:
CatchAllListener, DefaultListener, MatchingListener, NonNullTextListener, NumericRangeListener

public abstract class AbstractEventListener
extends Object
implements ConsoleEventListener

Version:
$Id: AbstractEventListener.java 2166 2006-07-18 21:32:16Z carlos $
Author:
David Hawkins

Constructor Summary
AbstractEventListener(String description)
           
 
Method Summary
 String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.mojo.pomtools.console.toolkit.event.ConsoleEventListener
accept, getDescriptionKey, processEvent, validateConfiguration
 

Constructor Detail

AbstractEventListener

public AbstractEventListener(String description)
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in interface ConsoleEventListener


Copyright © 2011 The Codehaus. All Rights Reserved.