- All Superinterfaces:
- Condition<java.lang.Object>
- All Known Implementing Classes:
- And, AtomarCondition, Between, BooleanCondition, ChainListener, CompareTo, Depth, Equals, GraphPatternChange, GraphPatternMatch, IdFilterElements, IfCondition, InstanceOf, Not, Or, UpdateCondition
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface UpdateListener
extends Condition<java.lang.Object>
The listener interface for receiving mapUpdate events. The class that is
interested in processing a mapUpdate event implements this interface, and the
object created with that class is registered with a component using the
component's addMapUpdateListener method. When the mapUpdate
event occurs, that object's appropriate method is invoked.