jtge.engine.command
Interface ISorter


public interface ISorter

Defines a sorting hook for commands.

Version:
$Revision: 1.3 $ $Date: 2005/08/26 18:09:36 $
Author:
Mathieu Champlon

Method Summary
 boolean lessThan(ICommand command1, ICommand command2)
          Tests command ordering.
 

Method Detail

lessThan

public boolean lessThan(ICommand command1,
                        ICommand command2)
Tests command ordering.

Parameters:
command1 - the first command
command2 - the second command
Returns:
whether command1 is lesser then command2


Copyright © 2003-2005 . All Rights Reserved.