com.apama.jmon
Interface MatchListener

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Subinterfaces:
RemoveListener

public interface MatchListener
extends java.util.EventListener, java.io.Serializable

This interface defines the single method that must be implemented in order for an object to be a listener for MatchEvents.


Method Summary
 void match(MatchEvent evt)
          This method will be called whenever an EventExpression is matched in the Correlator.
 

Method Detail

match

void match(MatchEvent evt)
This method will be called whenever an EventExpression is matched in the Correlator. The method should execute as quickly as possible as it will be called synchronously by the Correlator.

Parameters:
evt - A MatchEvent object describing the match that occurred.


Submit a bug or feature
Copyright (c) 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG