static L onTransientWebAdded_list = synchroList(); // f: voidfunc(Web) static void onTransientWebAdded_do(O f) { setAdd(onTransientWebAdded_list, f); } static void onTransientWebAdded(Web web) { pcallFAll(onTransientWebAdded_list, web); }