Interface AdaptEvents
access this type via: lang.AdaptEvents (provides, requires or uses)
This interface can be provided as a secondary interface of an object, allowing it to then receive notifications of adaptation events.
Functions
void active()
void inactive()
void active()
This function is called when an object implementation becomes the 'active' one for that object (i.e. this object implementation has been adapted to).
void inactive()
This function is called when an object implementation becomes 'inactive' for that object (i.e. this object implementation has been adapted away from).