com.apama.jmon
Interface RemoveListener

All Superinterfaces:
java.util.EventListener, MatchListener, java.io.Serializable

public interface RemoveListener
extends MatchListener

This interface defines the single method that must be implemented in order for a MatchListener to be told when it's connection to an EventExpression has gone.


Method Summary
 void removed(EventExpression eventExpression)
          This method will be called whenever this Listener is removed from an EventExpression it is attached to, or when the event expression has moved into a state where it will never match again e.g.
 
Methods inherited from interface com.apama.jmon.MatchListener
match
 

Method Detail

removed

void removed(EventExpression eventExpression)
This method will be called whenever this Listener is removed from an EventExpression it is attached to, or when the event expression has moved into a state where it will never match again e.g. "on A() within (10.0)" after 10 seconds have elapsed without an A(). The method should execute as quickly as possible as it will be called synchronously by the Correlator.

Parameters:
eventExpression - The event expression which has died or we have been removed from.


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