AnyItem link family observer interface. More...
#include <arcane/core/anyitem/AnyItemFamilyObserver.h>
Public Member Functions | |
| virtual void | notifyFamilyIsInvalidate ()=0 |
| Notifies the observer that the family is invalidated. | |
| virtual void | notifyFamilyIsReserved ()=0 |
| Notifies the observer that the family is reserved. | |
AnyItem link family observer interface.
Definition at line 49 of file AnyItemFamilyObserver.h.
|
inlinevirtual |
Definition at line 53 of file AnyItemFamilyObserver.h.
|
pure virtual |
Notifies the observer that the family is invalidated.
Implemented in Arcane::AnyItem::LinkVariable< DataType >, and Arcane::AnyItem::LinkVariableArray< DataType >.
|
pure virtual |
Notifies the observer that the family is reserved.
Implemented in Arcane::AnyItem::LinkVariable< DataType >, and Arcane::AnyItem::LinkVariableArray< DataType >.