|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.applicationblocks.com.NotificationFilter
public class NotificationFilter
This class is used to retrieve events from the Configuration Server.
Constructor Summary | |
---|---|
NotificationFilter(NotificationQuery notifQuery)
Creates a new instance of the NotificationFilter. |
Method Summary | |
---|---|
boolean |
invoke(ConfEvent obj)
Used to evaluate whether the specified event passes this filter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotificationFilter(NotificationQuery notifQuery)
notifQuery
- the query which this filter is based onMethod Detail |
---|
public boolean invoke(ConfEvent obj)
invoke
in interface Predicate<ConfEvent>
obj
- the event to evaluate
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |