|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageFilter
Interface representing the most basic version of a message filter. Message dispatchers which do their own filtering (for performance) may require that a more complex MessageFilter subclass be used. Implementing classes do not need to be in public .api packages; interfaces that extend this interface normally do.
Method Summary | |
---|---|
boolean |
accept(Msg m)
Simple version of message filter. |
Method Detail |
---|
boolean accept(Msg m)
m
- Message to consider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |