jtge.engine.command
Interface IFilter

All Known Implementing Classes:
ReverseFilter, TypeFilter

public interface IFilter

Defines a hook to filter commands.

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

Method Summary
 boolean validate(ICommand command)
          Indicates whether a command must be filtered or not.
 

Method Detail

validate

public boolean validate(ICommand command)
Indicates whether a command must be filtered or not.

Parameters:
command - the command to test
Returns:
whether the command is valid or not


Copyright © 2003-2005 . All Rights Reserved.