package org.ovirt.mobile.movirt.ui; public interface SelectedClusterAware { void updateSelectedClusterId(String clusterId); }