Package net.automatalib.common.util.nid
Interface IDChangeListener<T extends NumericID>
-
- All Known Implementing Classes:
ArrayMapping
public interface IDChangeListener<T extends NumericID>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
idChanged(T obj, int newId, int oldId)
-
-
-
Method Detail
-
idChanged
void idChanged(T obj, int newId, int oldId)
-
-