static abstract class WebIndexListener { void onNewWeb(Web web) {} void onRemovedWeb(Web web) {} }