|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleafchat.core.api.MinuteFilter
public class MinuteFilter
Used to receive the per-minute messages less often
Field Summary | |
---|---|
static FilterInfo |
info
Filter info |
Constructor Summary | |
---|---|
MinuteFilter(int period)
|
Method Summary | |
---|---|
boolean |
accept(Msg m)
Simple version of message filter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static FilterInfo info
Constructor Detail |
---|
public MinuteFilter(int period)
period
- Number of minutes you want to pass between messages, e.g. 60Method Detail |
---|
public boolean accept(Msg m)
MessageFilter
accept
in interface MessageFilter
m
- Message to consider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |