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

java.lang.Object
  extended by org.codehaus.mojo.pomtools.console.toolkit.event.AbstractEventListener
      extended by org.codehaus.mojo.pomtools.console.toolkit.event.CatchAllListener
All Implemented Interfaces:
ConsoleEventListener

public abstract class CatchAllListener
extends AbstractEventListener

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

Constructor Summary
CatchAllListener()
           
 
Method Summary
 boolean accept(ConsoleEvent event)
           
 java.lang.String getDescriptionKey()
           
 void validateConfiguration(ConsoleEventDispatcher dispatcher)
           
 
Methods inherited from class org.codehaus.mojo.pomtools.console.toolkit.event.AbstractEventListener
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
processEvent
 

Constructor Detail

CatchAllListener

public CatchAllListener()
Method Detail

accept

public boolean accept(ConsoleEvent event)

validateConfiguration

public void validateConfiguration(ConsoleEventDispatcher dispatcher)

getDescriptionKey

public java.lang.String getDescriptionKey()


Copyright © 2010 The Codehaus. All Rights Reserved.