net.logAnalyzer.gui.messages.filters
Interface LAMessagesFilter

All Known Implementing Classes:
CompareFilter, OperatorFilter, UnaryFilter

public interface LAMessagesFilter

This interface defines filter methods.

Version:
0.1
Author:
Karim REFEYTON

Method Summary
 boolean accept(LAMessage message)
          Returns true if the messageLabel is accepted by the filter..
 

Method Detail

accept

public boolean accept(LAMessage message)
Returns true if the messageLabel is accepted by the filter..

Parameters:
message - Message to check
Returns:
true if the messageLabel is accepted.


Copyright © 2006 null. All Rights Reserved.