prefuse.data.event
Interface TupleSetListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- UpdateListener
public interface TupleSetListener
- extends java.util.EventListener
Listener interface for monitoring changes to a TupleSet instance. Indicates
when tuples are added or removed from the set.
- Author:
- jeffrey heer
tupleSetChanged
void tupleSetChanged(TupleSet tset,
Tuple[] added,
Tuple[] removed)
- Notification that a TupleSet has changed.
- Parameters:
tset
- the TupleSet that has changedadded
- an array (potentially zero-length) of added tuplesremoved
- an array (potentially zero-length) of removed tuples
Copyright © 2007 Regents of the University of California