Interface IAttributeMonitorListener<Atom>
-
- Type Parameters:
Atom
-
public interface IAttributeMonitorListener<Atom>
The interface exposes the#notifyUpdate(Atom)
method to receive notifications when the attributes of the atom objects have changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyUpdate(Atom atom)
This method is called byAttributeMonitor
when a feature value changes in one of the objects in the atom.
-
-
-
Method Detail
-
notifyUpdate
void notifyUpdate(Atom atom)
This method is called byAttributeMonitor
when a feature value changes in one of the objects in the atom.- Parameters:
match
-
-
-