interface G22ProjectActions { void openObjectInProject(long id); bool openPathInProject(S path); void editProjectStory(); void editScripts(); bool openUIURL(S url); IVarWithNotify varShowCasedScript(); }