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
accept
boolean accept(ConsoleEvent event)
validateConfiguration
void validateConfiguration(ConsoleEventDispatcher dispatcher)
throws ConsoleConfigurationException
- Throws:
ConsoleConfigurationException
processEvent
void processEvent(ConsoleEvent event)
throws ConsoleExecutionException
- Throws:
ConsoleExecutionException
getDescription
String getDescription()
getDescriptionKey
String getDescriptionKey()
Copyright © 2011 The Codehaus. All Rights Reserved.