public interface RemoveListener extends MatchListener
MatchListener
to be told when it's connection to an
EventExpression
has gone.Modifier and Type | Method and Description |
---|---|
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. |
match
void removed(EventExpression eventExpression)
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.eventExpression
- The event expression which has died or we
have been removed from.Submit a bug or feature
Copyright (c) 2013-2017 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.