#include "nsISupports.idl" interface tdICallback; [scriptable, uuid(1df6c98c-e9a8-4955-9400-36adb205d2c0)] interface tdIAsynchService : nsISupports { tdIAsynchService start(in tdICallback callback); void stop(); void methodOne(); void methodTwo(); };