public interface MatchListener
extends java.util.EventListener, java.io.Serializable
MatchEvents
.Modifier and Type | Method and Description |
---|---|
void |
match(MatchEvent evt)
This method will be called whenever an
EventExpression
is matched in the Correlator. |
void match(MatchEvent evt)
EventExpression
is matched in the Correlator. The method should execute as quickly as possible
as it will be called synchronously by the Correlator.evt
- A MatchEvent object describing the match that occurred.Submit a bug or feature
Copyright (c) 2013-2018 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.