public interface TupleSetListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
tupleSetChanged(TupleSet tSet,
Tuple[] added,
Tuple[] removed)
Notification that a TupleSet has changed.
|