|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ContinuousContextMatchingPlatform.MatchNotificationReceiver
An implementation is able to act as a receiver for match notifications.
It is recommended that implementations return quickly from the receiver method and delegate any lengthy processing to a different thread.
Method Summary | |
---|---|
void |
receiveMatchNotification(ContinuousContextMatchingPlatform platform,
Match m)
The method is called by a ContinuousContextMatchingPlatform when a match is detected that conforms to
the notification settings. |
Method Detail |
---|
void receiveMatchNotification(ContinuousContextMatchingPlatform platform, Match m)
ContinuousContextMatchingPlatform
when a match is detected that conforms to
the notification settings.
platform
- - the platform that issued the notification.m
- - the match for which the notification has been issued.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |