|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Filter
A Filter allows subscribers to specify which events they should be informed of. It is Serializable to allow events to be published and received in a distributed architecture.
| Method Summary | |
|---|---|
boolean |
filter(Event event)
Deprecated. Filters event, discarding those not of interest to the subscriber. |
| Method Detail |
|---|
boolean filter(Event event)
event - the Event
true if Event passes filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||