net.xqhs.graphs.context
Interface ContinuousContextMatchingPlatform.MatchNotificationReceiver

Enclosing interface:
ContinuousContextMatchingPlatform

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.

Author:
Andrei Olaru

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

receiveMatchNotification

void receiveMatchNotification(ContinuousContextMatchingPlatform platform,
                              Match m)
The method is called by a ContinuousContextMatchingPlatform when a match is detected that conforms to the notification settings.

Parameters:
platform - - the platform that issued the notification.
m - - the match for which the notification has been issued.