|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.hiveevents.PassAllFilter<T>
public class PassAllFilter<T>
Dummy filter that lets ANY event pass.
Used as the default filter for consumers that register with no filter.
| Constructor Summary | |
|---|---|
PassAllFilter()
|
|
| Method Summary | |
|---|---|
boolean |
passEvent(T event)
Check if an event must pass to the consumer or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PassAllFilter()
| Method Detail |
|---|
public boolean passEvent(T event)
Filter
passEvent in interface Filter<T>event - the event to be checked
true if the event must be notified to the consumer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||