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

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

public abstract class NumericRangeListener
extends AbstractEventListener

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

Constructor Summary
NumericRangeListener(int start, int end, java.lang.String description)
           
 
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

NumericRangeListener

public NumericRangeListener(int start,
                            int end,
                            java.lang.String description)
Method Detail

accept

public boolean accept(ConsoleEvent event)

validateConfiguration

public void validateConfiguration(ConsoleEventDispatcher dispatcher)

getDescriptionKey

public java.lang.String getDescriptionKey()


Copyright © 2009 The Codehaus. All Rights Reserved.