HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file composition.InterceptEvents by barry
expand copy to clipboardexpand
/*
 {"description" : "This interface can be provided as a secondary interface of an object, allowing it to then receive notifications of adaptation events."}
*/

interface InterceptEvents {
	
	/*
	 { "@description" : "This function is called when the interceptor's internal reference has been updated with an adapted version." }
	*/
	void setTarget(store Object o)
	}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n composition.InterceptEvents -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation