org.codehaus.mojo.pomtools.console.toolkit.event
Interface ConsoleEventListener

All Known Implementing Classes:
AbstractEventListener, CatchAllListener, DefaultListener, MatchingListener, NonNullTextListener, NumericRangeListener

public interface ConsoleEventListener

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

Method Summary
 boolean accept(ConsoleEvent event)
           
 java.lang.String getDescription()
           
 java.lang.String getDescriptionKey()
           
 void processEvent(ConsoleEvent event)
           
 void validateConfiguration(ConsoleEventDispatcher dispatcher)
           
 

Method Detail

accept

boolean accept(ConsoleEvent event)

validateConfiguration

void validateConfiguration(ConsoleEventDispatcher dispatcher)
                           throws ConsoleConfigurationException
Throws:
ConsoleConfigurationException

processEvent

void processEvent(ConsoleEvent event)
                  throws ConsoleExecutionException
Throws:
ConsoleExecutionException

getDescription

java.lang.String getDescription()

getDescriptionKey

java.lang.String getDescriptionKey()


Copyright © 2009 The Codehaus. All Rights Reserved.