#include "nsISupports.idl" [scriptable, uuid(f94c63bc-9e2c-4e96-b2d7-7f00b65763ec)] interface tdICallback : nsISupports { void notify(in AString param); };